We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53c6de8 commit ffafca1Copy full SHA for ffafca1
1 file changed
Easy offline/Easy offline.user.js
@@ -651,7 +651,7 @@
651
}
652
if(location.href.indexOf("pan.baidu.com/wap/home") != -1){
653
if(curlink)location.href="https://pan.baidu.com/disk/home";
654
- }else if(location.href.indexOf("github.com/hoothin/UserScripts/tree/master/Easy%20offline") != -1){
+ }else if(location.href.indexOf("github.com/hoothin/UserScripts/tree/master/Easy%20offline") != -1 || /greasyfork\.org\/.*scripts\/22590/.test(location.href)){
655
setting();
656
}else if(!isDisk){
657
setTimeout(function(){getAllEnableUrl();},10);
0 commit comments