We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08a3a99 commit 4269b4bCopy full SHA for 4269b4b
1 file changed
HacgGodTurn/HacgGodTurn.user.js
@@ -75,12 +75,13 @@
75
// @include http*://www.l-sj.cc/*
76
// @include http*://htacg.cc/*
77
// @include http*://www.htacg.cc/*
78
-// @version 3.21.24
+// @version 3.21.25
79
// @grant GM_notification
80
// @grant GM_xmlhttpRequest
81
// @grant GM_setClipboard
82
// @grant GM_setValue
83
// @grant GM_getValue
84
+// @grant unsafeWindow
85
// @run-at document-end
86
// @require https://greasyfork.org/scripts/23522/code/od.js?version=167311
87
// @require https://cdn.jsdelivr.net/crypto-js/3.1.2/components/core-min.js
@@ -690,6 +691,7 @@
690
691
ele.href+="#"+ele.innerHTML;
692
}
693
694
+ var $=unsafeWindow.jQuery;
695
$(document).off("click", ".sora-card .__copy");
696
$(document).on("click", ".sora-card .__copy", function() {
697
var code = $(this).children("code").text();
0 commit comments