Greasy Fork is available in English.

拒绝二维码登录(淘宝、京东等网站默认出现账号密码登录界面)

淘宝、京东、阿里云等网站默认使用账号密码登录,不出现二维码登录界面

< Feedback on 拒绝二维码登录(淘宝、京东等网站默认出现账号密码登录界面)

Question/comment

§
Posted: 2019-01-02
Edited: 2019-01-02

希望能增加屏蔽百度站长工具平台扫码登录

登录地址 https://ziyuan.baidu.com/login/index?u=/site/index 希望能增加屏蔽百度站长工具平台扫码登录

用大佬默认的改了下可以用了,发出来给有需要的人 // ziyuan.baidu.com/* if (location.hostname === 'ziyuan.baidu.com' && location.href.indexOf('v3Jump.html') === -1) { var auto = setInterval(function() { if (document.getElementById('zzPassForm') !== null && document.getElementById('zzPassForm').style.display === 'none') { console.log('aaa'); document.getElementsByClassName("pass-link")[3].click(); clearInterval(auto); } if (document.getElementById('passport-login-pop') !== null && document.getElementById('passport-login-pop-api').style.display === 'none') { document.getElementsByClassName("pass-link")[3].click(); clearInterval(auto); } }, 50); }

Post reply

Sign in to post a reply.