File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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*://*/*
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 ) {
Original file line number Diff line number Diff line change 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
15301530 GM_notification ( notificationDetails ) ;
15311531 }
15321532 }
1533- } ) ( ) ;
1533+ } ) ( ) ;
You can’t perform that action at this time.
0 commit comments