Skip to content

Instantly share code, notes, and snippets.

@Xurish
Xurish / RemoveButtons.theme.css
Last active December 26, 2023 15:39 — forked from cheesits456/RemoveButtons.theme.css
Custom CSS for Discord to remove the GIF picker and Nitro Gift buttons from the message bar(shitty fork
/* Hides annoying banner for nitro that pops up from time to time. */
.notice-3bPHh- {
display: none
}
/* Hides ugly ass discord logo at the top left. */
.wordmarkWindows-1v0lYD {
display: none
}