Skip to content

Commit e5ba209

Browse files
committed
fix
1 parent 9dcc416 commit e5ba209

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

HacgGodTurn.user.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
// @include http*://acgmoon.*
4747
// @include http*://www.moe-acg.cc/*
4848
// @include http*://htai.*
49-
// @version 3.20.20
49+
// @version 3.20.21
5050
// @grant GM_notification
5151
// @grant GM_xmlhttpRequest
5252
// @run-at document-end
@@ -520,6 +520,11 @@
520520
if(warn)warn.parentNode.insertBefore(hexieBtn,warn.nextSibling);
521521
else postContent.parentNode.insertBefore(hexieBtn,postContent);
522522
}
523+
var ele,eles=document.querySelectorAll(".hexie"),i;
524+
for(i=0;i<eles.length;i++){
525+
ele=eles[i];
526+
if(!ele.classList.contains("post-content"))ele.classList.remove("hexie");
527+
}
523528
break;
524529
case "acg15":
525530
articleSel="section.card";

0 commit comments

Comments
 (0)