Skip to content

Instantly share code, notes, and snippets.

@Sainan
Last active December 21, 2025 08:57
Show Gist options
  • Select an option

  • Save Sainan/e75a6ea7b4cd691a0bc3e1fab9565e34 to your computer and use it in GitHub Desktop.

Select an option

Save Sainan/e75a6ea7b4cd691a0bc3e1fab9565e34 to your computer and use it in GitHub Desktop.
/* Recommend to enable Settings > Accessibility > Disable Name Styles */
/* No Avatar Decorations */
[class*='avatarDecoration']
{
display: none;
}
/* No Activity Cards */
[aria-label="Members"] > h3:has(svg),
[aria-label="Members"] > div:has(> div[class=''])
{
display: none;
}
/* No Clan Tags */
[class*='chipletContainerInline']
{
display: none;
}
/* No Nameplates (this shit is way too invasive so a bit hard to 'remove' with CSS) */
div:has(> img[src^="https://cdn.discordapp.com/assets/collectibles/nameplates/"])
{
display: none;
}
[class*='closeButtonPlated']
{
opacity: 0.7;
width: 16px;
height: 16px;
}
[class*='innerCloseButtonPlated']
{
background-color: inherit !important;
width: inherit !important;
height: inherit !important;
display: inherit !important;
border-radius: inherit !important;
backdrop-filter: inherit !important;
opacity: inherit !important;
}
[class*='closeIconPlated']
{
color: var(--channels-default);
}
[class*='interactiveSelected'][class*='platedWrapper']
{
background: var(--bg-overlay-selected,var(--background-modifier-selected));
}
@jigsaw3xD
Copy link

jigsaw3xD commented Dec 21, 2025

ty very much for this. is it for the desktop app or something? i added it to the vencord browser extension and the nameplates removing didn't kick in (tho everything else did)

@Sainan
Copy link
Author

Sainan commented Dec 21, 2025

I mean I see no nameplates, so, works on my machine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment