|
@@ -1,18 +1,22 @@
|
|
|
/* ==UserStyle==
|
|
|
@name YA Fandom Debloater
|
|
|
@namespace github.com/openstyles/stylus
|
|
|
-@version 1.0.0
|
|
|
-@preprocessor default
|
|
|
+@version 1.1.0
|
|
|
+@preprocessor less
|
|
|
@description (Yet Another Fandom Debloater)
|
|
|
@author Steve0Greatness
|
|
|
@homepageURL https://notabug.org/Steve0Greatness/Yet-Another-Fandom-Debloater
|
|
|
@supportURL https://notabug.org/Steve0Greatness/Yet-Another-Fandom-Debloater/issues
|
|
|
@updateURL https://notabug.org/Steve0Greatness/Yet-Another-Fandom-Debloater/raw/master/fandom-debloater.user.css
|
|
|
@license GPL-v3
|
|
|
+@var checkbox showcomments "Show article comments" 1
|
|
|
==/UserStyle== */
|
|
|
@-moz-document domain("fandom.com") {
|
|
|
#articleComments {
|
|
|
margin-top: 3em;
|
|
|
+ if @showcomments == 0 {
|
|
|
+ display: none !important;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.ad-slot-placeholder,
|