Last active
August 3, 2025 08:50
-
-
Save getchoo/463d2430c2e67e81731ec623044f12cf to your computer and use it in GitHub Desktop.
Tweaks to make things less annoying
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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