很讨厌的是,现在越来越多的技术网站,跳转到外链,打开一个确认网页,还要再点击确认,太讨论了,比如
控制台执行下面的代码:
document.querySelectorAll('a').forEach(item => item.href = decodeURIComponent(item.href.replace('https://link.jianshu.com/?t=', '')))
document.querySelectorAll('a').forEach(item => item.href = decodeURIComponent(item.href.replace('https://www.oschina.net/action/GoToLink?url=', '')))
document.querySelectorAll('a').forEach(item => item.href = decodeURIComponent(item.href.replace('https://link.csdn.net/?target=', '')))
// csdn 有些是动态判断的
甚至我想拷贝文字用一下,还是这些网站的跳转链接,烦得很