Skip to content

Commit

Permalink
feat(discord): remove nitro advertisement in emoji picker
Browse files Browse the repository at this point in the history
  • Loading branch information
WhistlingZephyr committed Oct 1, 2024
1 parent f93c1f8 commit 2dd7b58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions filters/discord.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,6 @@ discord.com##div[aria-label="Members"] > div:not([class])

# Remove emoji reaction button showing up without hover
discord.com##div[aria-roledescription="Message"]:not(:hover) > div[id^="message-accessories-"] > div[id^="message-reactions-"] > div[aria-label="Add Reaction"]

# Remove nitro advertisement in emoji picker
discord.com###emoji-picker-grid > div > div[class^="upsellContainer_"]

0 comments on commit 2dd7b58

Please sign in to comment.