Last active
February 9, 2025 15:58
-
-
Save neon-dev/396740b9575450e886103deec1fc6607 to your computer and use it in GitHub Desktop.
uBlock import URL: https://gist.githubusercontent.com/neon-dev/396740b9575450e886103deec1fc6607/raw/ublock-filters-discord.txt
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
! Title: Discord Telemetry, Ads & Annoyances | |
! Homepage: https://gist.github.com/neon-dev/396740b9575450e886103deec1fc6607 | |
# telemetry | |
||discord.com/api/v*/science | |
||discord.com/api/v*/premium-marketing | |
# ad popouts | |
discord.com##div[id^="popout_"]:has(div[class*="upsellTooltipWrapper_"]) | |
# ad buttons on DM page below friends button | |
discord.com##:matches-path(/channels/@me)li:has(a[data-list-item-id$="_nitro"]) | |
discord.com##:matches-path(/channels/@me)li:has(a[data-list-item-id$="_shop"]) | |
discord.com##:matches-path(/message-requests)li:has(a[data-list-item-id$="_nitro"]) | |
discord.com##:matches-path(/message-requests)li:has(a[data-list-item-id$="_shop"]) | |
# Gift Nitro button in chat text input | |
discord.com##div[class^="channelTextArea_"] div[class^="buttons_"] button[aria-label*="Geschenk"] | |
discord.com##div[class^="channelTextArea_"] div[class^="buttons_"] button[aria-label*="gift"] | |
# Stickers button in chat text input | |
discord.com##div[class^="channelTextArea_"] div[class^="buttons_"] > .expression-picker-chat-input-button:has(div[class*="stickerButton_"]) | |
# "Explore Discoverable Servers" button on server icon bar | |
discord.com##div[class^="listItem_"]:has(div[data-list-item-id$="_guild-discover-button"]) | |
# "Download Apps" button on server icon bar | |
discord.com##div[class^="listItem_"]:has(div[data-list-item-id$="_app-download-button"]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment