Skip to content

Commit 7cc675d

Browse files
committed
fix
1 parent fb6b76b commit 7cc675d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

HacgGodTurn.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
// @include http*://www.acgzone.org/*
4343
// @include http*://uraban.me/*
4444
// @include http*://www.uraban.me/*
45-
// @version 3.20.01
45+
// @version 3.20.02
4646
// @grant GM_notification
4747
// @grant GM_xmlhttpRequest
4848
// @run-at document-end
@@ -310,7 +310,7 @@
310310
}else if(config.sites.findSite("hacg").regex.test(location.href)){
311311
var has8=false;
312312
var comms=document.querySelectorAll("span.fn");
313-
var msg = "…" + quote,pos = 0;
313+
var msg = "…" + unsafeWindow.quote,pos = 0;
314314
function scrollMSG() {
315315
document.title = msg.substring(pos, msg.length) + msg.substring(0, pos);
316316
pos++;

0 commit comments

Comments
 (0)