1.繞過百度、搜狗、谷歌、好搜搜索結果中的自己的跳轉鏈接,直接訪問原始網頁-反正都能看懂 2.新增自定义网站拦截功能 3添加Favicon显示 4.页面CSS 5.添加计数 6.开关选择以上功能 7.自动翻页功能
< Feedback on AC-baidu-重定向优化百度搜狗谷歌必应搜索_favicon_双列
解决不居中的问题:在脚本最后添加这段代码然后保存,效果非常差但是可用,等作者来修复吧! function (){ function reset() { setTimeout(() => { let contentLeft = document.getElementById("content_left") if(contentLeft && contentLeft.style.marginLeft) { contentLeft.style = "" } else { reset() } }, 50) } reset()}();
可以使用,非常感谢
感谢大佬
谢谢大佬
没效果。。
Sign in to post a reply.
解决不居中的问题:在脚本最后添加这段代码然后保存,效果非常差但是可用,等作者来修复吧
! function (){
function reset() {
setTimeout(() => {
let contentLeft = document.getElementById("content_left")
if(contentLeft && contentLeft.style.marginLeft) {
contentLeft.style = ""
} else {
reset()
}
}, 50)
}
reset()
}();