Skip to content

Commit 4269b4b

Browse files
committed
fix
1 parent 08a3a99 commit 4269b4b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

HacgGodTurn/HacgGodTurn.user.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,13 @@
7575
// @include http*://www.l-sj.cc/*
7676
// @include http*://htacg.cc/*
7777
// @include http*://www.htacg.cc/*
78-
// @version 3.21.24
78+
// @version 3.21.25
7979
// @grant GM_notification
8080
// @grant GM_xmlhttpRequest
8181
// @grant GM_setClipboard
8282
// @grant GM_setValue
8383
// @grant GM_getValue
84+
// @grant unsafeWindow
8485
// @run-at document-end
8586
// @require https://greasyfork.org/scripts/23522/code/od.js?version=167311
8687
// @require https://cdn.jsdelivr.net/crypto-js/3.1.2/components/core-min.js
@@ -690,6 +691,7 @@
690691
ele.href+="#"+ele.innerHTML;
691692
}
692693
}
694+
var $=unsafeWindow.jQuery;
693695
$(document).off("click", ".sora-card .__copy");
694696
$(document).on("click", ".sora-card .__copy", function() {
695697
var code = $(this).children("code").text();

0 commit comments

Comments
 (0)