Skip to content

Commit 8821c38

Browse files
committed
fix
1 parent bcb135e commit 8821c38

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

HacgGodTurn/HacgGodTurn.user.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
// @include http*://htai.*
5252
// @include http*://gmgard.com/*
5353
// @include http*://*.gmgard.com/*
54-
// @version 3.20.52
54+
// @version 3.20.53
5555
// @grant GM_notification
5656
// @grant GM_xmlhttpRequest
5757
// @run-at document-end
@@ -598,10 +598,10 @@
598598
process();
599599
}
600600
},1000);
601+
}else{
602+
process();
601603
}
602604

603-
process();
604-
605605
document.addEventListener("keydown", function(e) {
606606
if(curArticle && e.keyCode != 17)curArticle.classList.remove("oD_sel");
607607
if(e.keyCode == 119) {

0 commit comments

Comments
 (0)