We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdb0847 commit e314c70Copy full SHA for e314c70
1 file changed
HacgGodTurn.js
@@ -36,7 +36,7 @@
36
// @include http*://acg18.us/*
37
// @include http*://*.acg18.us/*
38
// @include http*://zuiacg.com/*
39
-// @version 3.19.87
+// @version 3.19.88
40
// @grant GM_notification
41
// @grant GM_xmlhttpRequest
42
// @run-at document-end
@@ -330,7 +330,7 @@
330
}else if(config.sites.findSite("hacg").regex.test(location.href)){
331
var has8=false;
332
var comms=document.querySelectorAll("span.fn");
333
- var msg = "…" + quote;pos = 0;
+ var msg = "…" + quote,pos = 0;
334
function scrollMSG() {
335
document.title = msg.substring(pos, msg.length) + msg.substring(0, pos);
336
pos++;
0 commit comments