Skip to content

Instantly share code, notes, and snippets.

@neon-dev
Last active May 10, 2024 01:22
Show Gist options
  • Save neon-dev/396740b9575450e886103deec1fc6607 to your computer and use it in GitHub Desktop.
Save neon-dev/396740b9575450e886103deec1fc6607 to your computer and use it in GitHub Desktop.
! 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"])
# Gift Nitro button in chat text input
discord.com##div[class^="channelTextArea_"] div[class^="buttons_"] > button:first-child
# 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