1. 使用https://chrome.google.com/webstore/...inject/milkbiaeapddfnpenedfgbfdacpbcbam?hl=en扩展程序。2. { let pattern = /https://domain.com/show_video?id=[0-9]*/i; let arr = [], l = document.getElementsByTagName('a'); for(var i=0; i<l.length; i ) { const link = l.href; if(link.match(pattern)) { window.open(link); } }} 3. 右键单击>scripty