File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8787// @include http*://greasyfork.org/*/scripts/*
8888// @include http*://sleazyfork.org/*/forum/*discussion*
8989// @include http*://greasyfork.org/*/forum/*discussion*
90- // @version 3.22.38
90+ // @version 3.22.39
9191// @grant GM_notification
9292// @grant GM_xmlhttpRequest
9393// @grant GM_setClipboard
9494// @grant GM_setValue
9595// @grant GM_getValue
9696// @grant unsafeWindow
9797// @run -at document-end
98- // @require https://greasyfork.org/scripts/23522/code/od.js?version=190957
98+ // @require https://greasyfork.org/scripts/23522/code/od.js?version=203739
9999// @require https://cdn.jsdelivr.net/crypto-js/3.1.2/components/core-min.js
100100// @require https://cdn.jsdelivr.net/crypto-js/3.1.2/rollups/aes.js
101101// @updateURL https://greasyfork.org/scripts/23316/code/HacgGodTurn.user.js
12471247 for ( i = 0 , k = link . length ; i < k ; i ++ ) {
12481248 let target = link [ i ] ;
12491249 target . addEventListener ( "mousedown" , function ( ) {
1250- console . log ( 111 ) ;
12511250 if ( / b a i d u .c o m / i. test ( target . href ) && ! / (?: e y u n | t i e b a ) \. b a i d u \. c o m / i. test ( target . href ) && ! / # / i. test ( target . href ) ) {
12521251 if ( / \/ s t o r a g e - d o w n l o a d / . test ( location . href ) ) {
12531252 var pass = target . parentNode . parentNode . querySelector ( 'input.pwd' ) ;
You can’t perform that action at this time.
0 commit comments