#super orginal extra important version for easy text input (omg i just made it a variable)
1 messages · Page 1 of 1 (latest)
/* 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
yes
never ever use * in compound selectors
it's incredibly laggy
@ancient lodge
i already did
already did what
plus im pretty sure that targets a text psuedoelement