Skip to content

Commit

Permalink
fix(discord): re-remove new badge in shop
Browse files Browse the repository at this point in the history
  • Loading branch information
WhistlingZephyr committed Mar 21, 2024
1 parent bf4385c commit a43d854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filters/discord.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ discord.com##[class^="shineContainer_"]
discord.com##[id^="popout_"]:has-text("Maybe later")

# Remove "new" badge from Shop
discord.com##a[href="/shop"][data-list-item-id^="private-channels-"] > div[class^="textBadge_"]
discord.com##a[href="/shop"][data-list-item-id^="private-channels-"] > div[class^="newBadge_"]

# Remove locked emojis appearing in suggestions
discord.com##[data-list-id="channel-autocomplete"]:has(> [class*="premiumSectionDivider_"] > [class^="nitroTopDividerLockContainer_"]) > :is([role="option"][class*="premiumEmoji_"], [class^="premiumHeader_"], [class*="premiumSectionDivider_"])

0 comments on commit a43d854

Please sign in to comment.