Skip to content

No Colored Text by blstx

Details

Authorblstx

LicenseNo License

Categoryhypixel.net

Created

Updated

Size860 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes it so all colored text on the Hypixel Forums appear as black- or as a color of your choosing.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           No Colored Text
@namespace      https://hypixel.net/members/najimi.6671425/
@version        1.0.1
@description    Makes it so all colored text on the Hypixel Forums appear as black- or a color of your choosing.
@author         Najimi
@license        No License
@preprocessor   stylus

@var color textColor "Text Color" #000
@var checkbox dark "Darkpixel Toggle" 0

Note that Darkpixel Toggle conflicts with custom colors, for Darkpixel users who want custom colors, disable the toggle.

==/UserStyle== */
@-moz-document domain("hypixel.net") {
    div.bbWrapper:not(.message-signature > .bbWrapper),
    div.bbWrapper span[style^="color"],
 {
        if dark=="0" {
            color: textColor !important;
        }
        else if dark=="1" {
            color: #e4e2df !important;
        }
    }
}

Reviews

No reviews yet.