We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16a7a81 commit 507c887Copy full SHA for 507c887
1 file changed
HacgGodTurn/HacgGodTurn.user.js
@@ -908,8 +908,8 @@
908
return;
909
}else if(location.hostname=="pan.baidu.com"){
910
if(location.hash.slice(1)){
911
- document.querySelector("#accessCode").value=decodeURI(location.hash.slice(1).split("?")[0]);
912
- document.querySelector('#submitBtn').click();
+ document.querySelector(".pickpw input,#accessCode").value=decodeURI(location.hash.slice(1).split("?")[0]);
+ document.querySelector('.g-button,#submitBtn').click();
913
}
914
915
}else if(config.disableSites.test(location.href)){
0 commit comments