File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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" ;
You can’t perform that action at this time.
0 commit comments