Skip to content

Commit 3c38733

Browse files
committed
fix
1 parent 3db34b0 commit 3c38733

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Easy offline/Easy offline.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// @namespace http://tampermonkey.net/
99
// @require https://cdn.jsdelivr.net/jquery/1.7.2/jquery.min.js
1010
// @require https://cdn.jsdelivr.net/hi-base64/0.2.0/base64.min.js
11-
// @version 1.3.17
11+
// @version 1.3.18
1212
// @author Hoothin
1313
// @mail rixixi@gmail.com
1414
// @include http*://*/*
@@ -556,7 +556,7 @@
556556
}else if(location.href.indexOf("github.com/hoothin/UserScripts/tree/master/Easy%20offline") != -1){
557557
setting();
558558
}else if(!isDisk){
559-
getAllEnableUrl();
559+
setTimeout(function(){getAllEnableUrl();},10);
560560
var MutationObserver = window.MutationObserver || window.WebKitMutationObserver || window.MozMutationObserver;
561561
var observer = new MutationObserver(function(records){
562562
records.map(function(record) {

HacgGodTurn/HacgGodTurn.user.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,15 @@
7979
// @include http*://sleazyfork.org/*/scripts/*
8080
// @include http*://greasyfork.org/*/scripts/*
8181
// @include http*://*yfork.org/*/forum/*discussion*
82-
// @version 3.22.12
82+
// @version 3.22.13
8383
// @grant GM_notification
8484
// @grant GM_xmlhttpRequest
8585
// @grant GM_setClipboard
8686
// @grant GM_setValue
8787
// @grant GM_getValue
8888
// @grant unsafeWindow
8989
// @run-at document-end
90-
// @require https://greasyfork.org/scripts/23522/code/od.js?version=174700
90+
// @require https://greasyfork.org/scripts/23522/code/od.js?version=175093
9191
// @require https://cdn.jsdelivr.net/crypto-js/3.1.2/components/core-min.js
9292
// @require https://cdn.jsdelivr.net/crypto-js/3.1.2/rollups/aes.js
9393
// @updateURL https://greasyfork.org/scripts/23316/code/HacgGodTurn.user.js
@@ -1530,4 +1530,4 @@
15301530
GM_notification(notificationDetails);
15311531
}
15321532
}
1533-
})();
1533+
})();

0 commit comments

Comments
 (0)