Skip to content

Instantly share code, notes, and snippets.

@b-coimbra
Created March 17, 2021 14:17
Show Gist options
  • Save b-coimbra/71d568cb6e1bbc9af741b014cf792680 to your computer and use it in GitHub Desktop.
Save b-coimbra/71d568cb6e1bbc9af741b014cf792680 to your computer and use it in GitHub Desktop.
Removes unwanted 'Gift' and 'Sticker' buttons from Discord.
.buttonContainer-28fw2U:nth-child(3), #sticker-picker-tab, button[aria-label$='gift'] { display: none; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment