Skip to content

Commit 64cb417

Browse files
committed
fix
1 parent 257badb commit 64cb417

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

HacgGodTurn/HacgGodTurn.user.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
// @include http*://www.l-sj.cc/*
7676
// @include http*://htacg.cc/*
7777
// @include http*://www.htacg.cc/*
78-
// @version 3.21.18
78+
// @version 3.21.19
7979
// @grant GM_notification
8080
// @grant GM_xmlhttpRequest
8181
// @grant GM_setClipboard
@@ -542,6 +542,7 @@
542542
}
543543
if(isHttps){
544544
changeUrl(true,[["iframe"],[['http:','https:']]]);
545+
changeUrl(true,[["object"],[['http:','https:']]]);
545546
changeUrl(true,[["a"],[['http:(.*hacg)','https:$1']]]);
546547
}
547548
if(/hacg\.(ch|la|at|tw)/.test(location.href)){

0 commit comments

Comments
 (0)