Skip to content

Commit e314c70

Browse files
committed
fix
1 parent fdb0847 commit e314c70

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

HacgGodTurn.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
// @include http*://acg18.us/*
3737
// @include http*://*.acg18.us/*
3838
// @include http*://zuiacg.com/*
39-
// @version 3.19.87
39+
// @version 3.19.88
4040
// @grant GM_notification
4141
// @grant GM_xmlhttpRequest
4242
// @run-at document-end
@@ -330,7 +330,7 @@
330330
}else if(config.sites.findSite("hacg").regex.test(location.href)){
331331
var has8=false;
332332
var comms=document.querySelectorAll("span.fn");
333-
var msg = "…" + quote;pos = 0;
333+
var msg = "…" + quote,pos = 0;
334334
function scrollMSG() {
335335
document.title = msg.substring(pos, msg.length) + msg.substring(0, pos);
336336
pos++;

0 commit comments

Comments
 (0)