Skip to content

Commit 21e70ad

Browse files
committed
fix
1 parent 4728bf2 commit 21e70ad

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
@@ -46,11 +46,11 @@
4646
// @include http*://acgmoon.*
4747
// @include http*://www.moe-acg.cc/*
4848
// @include http*://htai.*
49-
// @version 3.20.35
49+
// @version 3.20.36
5050
// @grant GM_notification
5151
// @grant GM_xmlhttpRequest
5252
// @run-at document-end
53-
// @require https://greasyfork.org/scripts/23522/code/od.js?version=158667
53+
// @require https://greasyfork.org/scripts/23522/code/od.js?version=158670
5454
// @require https://cdn.jsdelivr.net/crypto-js/3.1.2/components/core-min.js
5555
// @require https://cdn.jsdelivr.net/crypto-js/3.1.2/rollups/aes.js
5656
// @license MIT License
@@ -846,7 +846,7 @@
846846

847847
document.getElementsByTagName("head")[0].appendChild(nod);
848848

849-
if(!curSite.hideOd){
849+
if(!curSite.hideOd && !frameElement){
850850
var oD_box=document.createElement("div");
851851
oD_box.id="oD_box";
852852
oD_box.className = "oD_box";

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)