阅读:1375回复:0
外链的超链接狗尾巴回来了
知乎
// ==UserScript== // @name bbs7070.com // @namespace bbs7070.com // @match https://bbs7070.com/* // @grant none // @version 1.0 // ==/UserScript== Array.prototype.forEach.call(document.querySelectorAll('a[href^="https://bbs7070.com/plugin.php?id=austgl_iframe:austgl_iframe&url="]'),(e)=>{e.href=e.innerText}); |
|
|