Skip to content

Instantly share code, notes, and snippets.

@Cholik
Last active January 5, 2019 13:05
Show Gist options
  • Save Cholik/4755a2739b6ad32cbd5f0132a1007f7b to your computer and use it in GitHub Desktop.
Save Cholik/4755a2739b6ad32cbd5f0132a1007f7b to your computer and use it in GitHub Desktop.
BetterDiscord Hide Gift Button
//META{"name":"Hide Gift Button","description":"Hides button on the right side of the input field.","author":"Cholik","version":"0.2","source":"https://gist.githubusercontent.com/Cholik/4755a2739b6ad32cbd5f0132a1007f7b/raw/hidegift.theme.css"}*//
/*
* Hide Gift Button
*/
.da-channelTextArea button[tabindex="2"] {
display:none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment