Skip to content

Commit a14782e

Browse files
committed
fix
1 parent 77b205d commit a14782e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Easy offline/Easy offline.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@
346346
}
347347
}else if(location.href.indexOf("pan.baidu.com/wap/home") != -1){
348348
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){
349+
}else if(location.href.indexOf("github.com/hoothin/UserScripts/tree/master/Easy%20offline") != -1){
350350
setting();
351351
}else{
352352
var t=window.setInterval(function() {
@@ -430,7 +430,7 @@
430430
}
431431

432432
function diskFun(){
433-
if (location.href.indexOf("furk.net/users/files/add") != -1){
433+
if(location.href.indexOf("furk.net/users/files/add") != -1){
434434
setTimeout(function() {
435435
$('#url').val(curlink);
436436
$(":submit[value='Add download']").click();

0 commit comments

Comments
 (0)