Skip to content

Commit 0f0d2af

Browse files
committed
fix
1 parent 9264841 commit 0f0d2af

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

HacgGodTurn/HacgGodTurn.user.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@
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
@@ -1247,7 +1247,6 @@
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(/baidu.com/i.test(target.href)&&!/(?:eyun|tieba)\.baidu\.com/i.test(target.href)&&!/#/i.test(target.href)){
12521251
if(/\/storage-download/.test(location.href)){
12531252
var pass=target.parentNode.parentNode.querySelector('input.pwd');

HacgGodTurn/od.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)