贴吧集中签到
< Feedback on tiebaAllsign
百度近期http协议会变成https, 需要修改以下地方.// @include http://www.baidu.com/改为// @include http*://www.baidu.com/window.location.href.indexOf("http://www.baidu.com/")改为window.location.href.indexOf(window.location.protocol + "//www.baidu.com/")
改了,还是不能用。。。百毒又改啥了么?(´・_・`)
喵的,我是qq登录,手机版好麻烦,丫就没qq登录选项
Sign in to post a reply.
百度近期http协议会变成https, 需要修改以下地方.
// @include http://www.baidu.com/
改为
// @include http*://www.baidu.com/
window.location.href.indexOf("http://www.baidu.com/")
改为
window.location.href.indexOf(window.location.protocol + "//www.baidu.com/")