Skip to content

Commit 89098ba

Browse files
committed
fix
1 parent 74aa0ee commit 89098ba

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
@@ -82,7 +82,7 @@
8282
// @include http*://greasyfork.org/*/scripts/*
8383
// @include http*://sleazyfork.org/*/forum/*discussion*
8484
// @include http*://greasyfork.org/*/forum/*discussion*
85-
// @version 3.22.27
85+
// @version 3.22.28
8686
// @grant GM_notification
8787
// @grant GM_xmlhttpRequest
8888
// @grant GM_setClipboard
@@ -154,6 +154,7 @@
154154
}
155155
if(isHttps){
156156
changeUrl(true,[["iframe"],[['http:','https:']]]);
157+
changeUrl(true,[["embed"],[['http:','https:']]]);
157158
changeUrl(true,[["object"],[['http:','https:']]]);
158159
changeUrl(true,[["a"],[['http:(.*hacg)','https:$1']]]);
159160
}

0 commit comments

Comments
 (0)