Skip to content

Instantly share code, notes, and snippets.

@getchoo
Last active August 3, 2025 08:50
Show Gist options
  • Save getchoo/463d2430c2e67e81731ec623044f12cf to your computer and use it in GitHub Desktop.
Save getchoo/463d2430c2e67e81731ec623044f12cf to your computer and use it in GitHub Desktop.
Tweaks to make things less annoying
/* Hide annoying buttons in message bar */
div[class^="buttons__"]:has(.expression-picker-chat-input-button) > div[aria-label="Send a gift"], /* This could also be a <button>, lol */
.expression-picker-chat-input-button:has(button[aria-label="Open sticker picker"]) {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment