Skip to content

Commit 22c48b9

Browse files
committed
fix
1 parent 1ebf8c1 commit 22c48b9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

HacgGodTurn/HacgGodTurn.user.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@
7575
// @include http*://www.l-sj.cc/*
7676
// @include http*://htacg.cc/*
7777
// @include http*://www.htacg.cc/*
78-
// @version 3.21.28
78+
// @version 3.21.30
7979
// @grant GM_notification
8080
// @grant GM_xmlhttpRequest
8181
// @grant GM_setClipboard
8282
// @grant GM_setValue
8383
// @grant GM_getValue
8484
// @grant unsafeWindow
8585
// @run-at document-end
86-
// @require https://greasyfork.org/scripts/23522/code/od.js?version=167946
86+
// @require https://greasyfork.org/scripts/23522/code/od.js?version=169400
8787
// @require https://cdn.jsdelivr.net/crypto-js/3.1.2/components/core-min.js
8888
// @require https://cdn.jsdelivr.net/crypto-js/3.1.2/rollups/aes.js
8989
// @updateURL https://greasyfork.org/scripts/23316/code/HacgGodTurn.user.js
@@ -559,7 +559,7 @@
559559
changeUrl(true,[["object"],[['http:','https:']]]);
560560
changeUrl(true,[["a"],[['http:(.*hacg)','https:$1']]]);
561561
}
562-
if(/hacg\.(ch|la|at|tw)/.test(location.href)){
562+
if(/hacg\.(ch|la|at|tw|se)/.test(location.href)){
563563
document.title = document.title.replace(/\u7409\u7483\u795e\u793e/,"\u674e\u9b3c\u795e\u793e");
564564
[].forEach.call(document.querySelectorAll("a"), function(item, index, arr) {
565565
item.innerHTML=item.innerHTML.replace(/\u7409\u7483\u795e\u793e/,"\u674e\u9b3c\u795e\u793e");

HacgGodTurn/od.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)