Skip to content

Instantly share code, notes, and snippets.

@kenedii
Forked from cheesits456/RemoveButtons.theme.css
Last active July 1, 2021 14:07
Show Gist options
  • Save kenedii/39021816c7c76941dd756c918817ee90 to your computer and use it in GitHub Desktop.
Save kenedii/39021816c7c76941dd756c918817ee90 to your computer and use it in GitHub Desktop.
Custom CSS for Discord to remove the GIF picker and Nitro Gift buttons from the message bar
/* ==========
RemoveButtons.theme.css by cheesits456 (https://cheesits456.dev)
For CSS compatible with browser extensions, see
https://gist.github.com/cheesits456/0d5bede837f022e443e9a5fc4aa386cb#file-discordbrowserstyles-css-L1
========== */
/* Hide Nitro gift button */
button[aria-label="Send a gift"] {
display: none;
: none;
}
/* Hide sticker picker button */
button[aria-label="Open sticker picker"] {
display: none;
}
/*Hide sticker suggestions*/
[class='container-JHR0NT da-container'] {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment