Skip to content

Instantly share code, notes, and snippets.

@mothdotmonster
Created November 16, 2024 17:28
Show Gist options
  • Save mothdotmonster/f86797dec05783b4a2738b387050e57c to your computer and use it in GitHub Desktop.
Save mothdotmonster/f86797dec05783b4a2738b387050e57c to your computer and use it in GitHub Desktop.
/**
* @name HideAnnoyingButtons
* @author moth.monster
* @description Hides annoying buttons
* @version 0.0.1
* @source https://gist.github.com/mothdotmonster/f86797dec05783b4a2738b387050e57c
*/
[aria-label="Send a gift"], [aria-label="Open GIF picker"], [aria-label="Open sticker picker"]{
display: none;
}
/* this is much more fragile, but we need to hide the activities button fully*/
.channelAppLauncher_df39bd {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment