#super orginal extra important version for easy text input (omg i just made it a variable)

1 messages · Page 1 of 1 (latest)

fair urchin
#
/* Hide Discord account information */
[class^="accountProfileCard"] [class*="fieldSpacer"] h3+div:has(button) * { color: transparent!important; }
[class^="accountProfileCard"] [class*="fieldSpacer"]:hover h3+div * { color: var(--header-primary)!important; }
[class^="accountProfileCard"] [class*="fieldSpacer"]:hover h3+div button * {
    color: var(--text-link)!important;
    -webkit-text-security: none; }
[class^="accountProfileCard"] [class*="fieldSpacer"]:hover span:has(button[aria-label^="Reveal"]) { -webkit-text-security: disc; }
[class^="accountProfileCard"] [class*="fieldSpacer"] span:has(button):before {
    color: var(--header-secondary);
    content: var(--redacted-text);
    font-size: initial; }
[class^="accountProfileCard"] [class*="fieldSpacer"]:hover span:before, [class^="userSettingsSecurity-"] [class*="description-"] { display: none; }

:root {
   --redacted-text: "shiggy"; /*censor text (Default: "shiggy")
}```
#

also for some reason my discord was lagging af when i had this in quickcss lol

sterile nymph
#

yes

#

never ever use * in compound selectors

#

it's incredibly laggy

#

@ancient lodge

ancient lodge
#

i already did

sterile nymph
#

already did what

ancient lodge
#

plus im pretty sure that targets a text psuedoelement

sterile nymph
#

you should fix or delete this snippet

#

multiple people complained about it making discord extremely laggy