We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dcc416 commit e5ba209Copy full SHA for e5ba209
1 file changed
HacgGodTurn.user.js
@@ -46,7 +46,7 @@
46
// @include http*://acgmoon.*
47
// @include http*://www.moe-acg.cc/*
48
// @include http*://htai.*
49
-// @version 3.20.20
+// @version 3.20.21
50
// @grant GM_notification
51
// @grant GM_xmlhttpRequest
52
// @run-at document-end
@@ -520,6 +520,11 @@
520
if(warn)warn.parentNode.insertBefore(hexieBtn,warn.nextSibling);
521
else postContent.parentNode.insertBefore(hexieBtn,postContent);
522
}
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
+ }
528
break;
529
case "acg15":
530
articleSel="section.card";
0 commit comments