Skip to content

Instantly share code, notes, and snippets.

@4rft5
4rft5 / discord-cleaner.css
Last active March 27, 2025 22:11 — forked from Katzenwerfer/discord-cleaner.css
"Enhanced" cleaner that removes more (chat buttons, friends button, explore button, etc)
/* ----------------------------- */
/* Hides super reaction elements */
/* ----------------------------- */
[class*=reaction_]:has([aria-label*="super reaction"]),
[class*=burstToggle_] {
display: none;
}
/* ------------------------- */