Skip to content

Instantly share code, notes, and snippets.

@XenHat
Created February 24, 2025 19:05
Show Gist options
  • Save XenHat/35e7c6067d8cb5fe72fa6f5820a46986 to your computer and use it in GitHub Desktop.
Save XenHat/35e7c6067d8cb5fe72fa6f5820a46986 to your computer and use it in GitHub Desktop.
Discord Buttons - No Junk, Only Gif, Emoji and Stickers
/* Hide Nitro gift button */
button[aria-label="Send a gift"] {
display: none;
}
/* Remove App Launcher from chat channels */
div[class^="channelAppLauncher_"] {
display: none;
}
/* Hide gif picker button, language dependent*/
//button[aria-label="Open GIF picker"] {
// display: none;
//}
/* Hide sticker picker button, language dependent*/
//button[aria-label="Open sticker picker"] {
// display: none;
//}
/* Hide annoying sticker popup window that appears when you type */
.channelTextArea-1FufC0 > .container-1ZA19X {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment