We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77b205d commit a14782eCopy full SHA for a14782e
1 file changed
Easy offline/Easy offline.user.js
@@ -346,7 +346,7 @@
346
}
347
}else if(location.href.indexOf("pan.baidu.com/wap/home") != -1){
348
if(curlink)location.href="https://pan.baidu.com/disk/home";
349
- }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){
350
setting();
351
}else{
352
var t=window.setInterval(function() {
@@ -430,7 +430,7 @@
430
431
432
function diskFun(){
433
- if (location.href.indexOf("furk.net/users/files/add") != -1){
+ if(location.href.indexOf("furk.net/users/files/add") != -1){
434
setTimeout(function() {
435
$('#url').val(curlink);
436
$(":submit[value='Add download']").click();
0 commit comments