We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcb135e commit 8821c38Copy full SHA for 8821c38
1 file changed
HacgGodTurn/HacgGodTurn.user.js
@@ -51,7 +51,7 @@
51
// @include http*://htai.*
52
// @include http*://gmgard.com/*
53
// @include http*://*.gmgard.com/*
54
-// @version 3.20.52
+// @version 3.20.53
55
// @grant GM_notification
56
// @grant GM_xmlhttpRequest
57
// @run-at document-end
@@ -598,10 +598,10 @@
598
process();
599
}
600
},1000);
601
+ }else{
602
+ process();
603
604
- process();
-
605
document.addEventListener("keydown", function(e) {
606
if(curArticle && e.keyCode != 17)curArticle.classList.remove("oD_sel");
607
if(e.keyCode == 119) {
0 commit comments