Created
June 23, 2023 08:23
-
-
Save edgarogh/ad49a57fee12c2f3ce2e0a978cdfaf30 to your computer and use it in GitHub Desktop.
Discord super reactions are also super obstrusive. These uBlock rules make them more discreet.
This file contains 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
! Make the super reactions less obtrusive (no animation, no shaking). They just keep their unique color. | |
discord.com##[class*="effectsWrapper-"] | |
discord.com##[class*="hideEmoji-"]:style(opacity: 1 !important;) | |
discord.com##[class*="shakeReaction-"]:style(animation: none !important;) | |
! Hide super reaction buttons (relies on aria-label, may require tweaking depending on locale) | |
discord.com##[id*="message-reactions-"] > [aria-label*="super"]:has([class*="reactionBtn-"]) | |
discord.com##[class*="message-"] [class*="buttonContainer-"] [class*="button-"][aria-label*="super"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment