Skip to content

Commit 48759b7

Browse files
committed
fix
1 parent 2b9c667 commit 48759b7

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

HacgGodTurn/HacgGodTurn.user.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
// @include http*://*.gmgard.com/*
6464
// @include http*://www.kou.moe/*
6565
// @include http*://www.91moe.com/*
66-
// @version 3.20.67
66+
// @version 3.20.68
6767
// @grant GM_notification
6868
// @grant GM_xmlhttpRequest
6969
// @grant GM_setClipboard
@@ -471,6 +471,9 @@
471471
changeUrl(true,[["iframe"],[['http:','https:']]]);
472472
changeUrl(true,[["a"],[['http:(.*hacg)','https:$1']]]);
473473
}
474+
if(/hacg\.(ch|la|at|tw)/.test(location.href)){
475+
document.title = "冒牌的"+document.title;
476+
}
474477
var embeds=document.querySelectorAll(".wp-embedded-content");
475478
for(i=0;i<embeds.length;i++){
476479
let embed=embeds[i];

0 commit comments

Comments
 (0)