方法〇
下载使用crx插件
方法一
利用网页工具
https://uutool.cn/extract-hyperlink/
方法三
利用浏览器
右键,审查元素(或直接F12);
选中“Console”;
在下方下方的空白处,键入以下内容后回车:
for(var a of document.getElementsByTagName('a')){console.log(a.href)}
如下图
参考资料:
https://www.zhihu.com/question/267339149