去除重定向, 支持谷歌/百度/搜狗/360/知乎/贴吧/简书/豆瓣/微博...
< 脚本anti-redirect的反馈
代码有些地方应该要改些if(window.location.search.lastIndexOf("wd=")>0 )要改成if(window.location.search.lastIndexOf("wd=")>0 || window.location.search.lastIndexOf("word=")>0)我从hao123 跳过来没用,加上word= 就行了
@max1490273800 最好去github反馈, 或者欢迎你PR
登录以发表回复。
代码有些地方应该要改些
if(window.location.search.lastIndexOf("wd=")>0 )
要改成
if(window.location.search.lastIndexOf("wd=")>0 || window.location.search.lastIndexOf("word=")>0)
我从hao123 跳过来没用,加上word= 就行了