Skip to content

Instantly share code, notes, and snippets.

View DubyaDude's full-sized avatar
🤔
Set status

Usman Shafiq DubyaDude

🤔
Set status
View GitHub Profile
@DubyaDude
DubyaDude / DubyasCleanupOfDiscord.css
Last active July 6, 2024 21:15
My list of annoying stuff I hide/disable in Discord using Quick CSS
/* Dubyas list of annoying stuff he hides in discord using Quick CSS */
/* Disable emoji inspection upsell (ty Regalia) */
[class^="nitroTextAndBadge_"], button:has([class^="premiumIcon_"]),
[class^="emojiSection_"] [class^="flex_"] div[class*="text-sm-normal"]
{
display:none;
}
/* Disable Gift Button(s) (in chat) */