We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb6b76b commit 7cc675dCopy full SHA for 7cc675d
1 file changed
HacgGodTurn.user.js
@@ -42,7 +42,7 @@
42
// @include http*://www.acgzone.org/*
43
// @include http*://uraban.me/*
44
// @include http*://www.uraban.me/*
45
-// @version 3.20.01
+// @version 3.20.02
46
// @grant GM_notification
47
// @grant GM_xmlhttpRequest
48
// @run-at document-end
@@ -310,7 +310,7 @@
310
}else if(config.sites.findSite("hacg").regex.test(location.href)){
311
var has8=false;
312
var comms=document.querySelectorAll("span.fn");
313
- var msg = "…" + quote,pos = 0;
+ var msg = "…" + unsafeWindow.quote,pos = 0;
314
function scrollMSG() {
315
document.title = msg.substring(pos, msg.length) + msg.substring(0, pos);
316
pos++;
0 commit comments