Skip to content

Instantly share code, notes, and snippets.

@edgarogh
Created June 23, 2023 08:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edgarogh/ad49a57fee12c2f3ce2e0a978cdfaf30 to your computer and use it in GitHub Desktop.
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.
! 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