Skip to content

Instantly share code, notes, and snippets.

@TheOpponent
Created May 17, 2025 18:34
Show Gist options
  • Select an option

  • Save TheOpponent/a6b2b5a9addae5e19e8c094b3cb35feb to your computer and use it in GitHub Desktop.

Select an option

Save TheOpponent/a6b2b5a9addae5e19e8c094b3cb35feb to your computer and use it in GitHub Desktop.
Nullify Twitch Gigantic Emote Custom CSS
@-moz-document domain("twitch.tv") {
.chat-line__message--emote-gigantified, .chat-line__message--emote-button-gigantified {
height: 2.8rem;
width: 2.8rem;
margin: inherit;
}
.chat-line__try-it-icon--button {
display: none !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment