一行脚本的事:
[...document.getElementById("topicrows").tBodies].map(x => x.childNodes[1].childNodes[3].childNodes[2]).filter(x => x.nodeName === "A").map(x => x.attributes["href"].value).forEach((e) => {window.open(e, "_blank");})
可以Ctrl+Shift+J呼出控制台输入以上代码,或者添加一个书签,名字随便写,url处填写:
javascript:[...document.getElementById("topicrows").tBodies].map(x => x.childNodes[1].childNodes[3].childNodes[2]).filter(x => x.nodeName === "A").map(x => x.attributes["href"].value).forEach((e) => {window.open(e, "_blank");})
[img]https://img.nga.178.com/attachments/mon_202004/30/-7Q5-cy0vKcT1kSc4-5f.jpg.thumb.jpg[/img]
关闭的话直接右键关闭右侧所有标签就好了
注意Chrome之类的浏览器可能会阻止弹出窗口,表现为之打开了第一个连接,后续的都被阻止了,需要去设置里允许一下:
Chrome设置 ...
[img]https://img.nga.178.com/attachments/mon_202004/30/-7Q5-7prsKjT3cSsg-b1.jpg.medium.jpg[/img]