Created
August 16, 2024 22:13
-
-
Save ariankordi/8f18ab0b1b6d014504ce817bfb4a2bc4 to your computer and use it in GitHub Desktop.
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
#*.discord.com/*.gif$image | |
https://sentry.io/api/* | |
# remove DISCORD(tm) NITRO(tm) button below friends list button in most cases | |
discord.com##[href="/store"] | |
discord.com##[href="/shop"] | |
discord.com##[href="/discovery"] | |
discord.com##[href="//discord.com/snowsgiving"] | |
discord.com##[href="/activities"] | |
discord.com##div[data-list-item-id=private-channels-uid_40___snowsgiving] | |
# remove discord ready animation n video | |
discord.com##video[class^="ready"] | |
# remove "invite to server" tooltip | |
discord.com###user-context-invite-to-server | |
discord.com##[aria-label="Send a gift"] | |
discord.com##[aria-label="Open GIF picker"] | |
discord.com##[aria-label="Open sticker picker"] | |
discord.com##[aria-label="Boost this server"] | |
# discord.com##[class^="characterCount"] > div[class*="upsell"] | |
# remove discord notices at the top | |
discord.com##div[class^="notice-"] | |
# remove discord Download Now!!!!!!!! buttons at the bottom of guild list | |
# but this will REMOVE GUILDS AT THE BOTTOM if these buttons aren't there.... | |
discord.com##[data-list-id=guildsnav] > [class^="scroller"] > div:nth-last-child(2) | |
discord.com##[data-list-id=guildsnav] > [class^="scroller"] > div:nth-last-child(3) | |
# remove FOMO column | |
discord.com##div[class^="nowPlayingColumn"] | |
# REMOVE DISCORD STICKERS | |
#https://media.discordapp.net/stickers/* | |
# this section taken from https://gist.github.com/Poliwrath/bde927683fc239379ea13f084297e5bf | |
! nitro / payment related | |
||discord.com/api/*/users/@me/billing/*$important | |
||discord.com/api/*/users/@me/guilds/premium/*$important | |
||discord.com/api/*/guilds/*/premium/*$important | |
||discord.com/api/*/users/@me/entitlements/gifts$important | |
||discord.com/api/*/users/@me/applications/*/entitlements$important | |
||discord.com/api/*/users/@me/referrals/*/preview$important | |
||discord.com/api/*/entitlements/* | |
||discord.com/api/*/users/*/billing/payment-sources | |
||discord.com/api/*/users/*/billing/* | |
! no idea | |
||discord.com/api/*/users/@me/survey | |
||discord.com/api/*/users/@me/affinities/guilds | |
||discord.com/api/*/users/@me/affinities/users | |
! none of these exist | |
||discord.com/assets/*.map | |
||discord.com/assets/*.js.map | |
! sent every time you interact with something, literally called "TRACK" internally | |
||discord.com/api/*/science$important | |
! canary / opt-out thing | |
||discord.com/api/*/experiments$important | |
! games / library related, not needed on web app. | |
||discord.com/api/*/applications/detectable$important | |
||discord.com/api/*/applications/*/public$important | |
||discord.com/api/*/users/@me/library$important | |
||discord.com/api/*/games$important | |
||discord.com/games/*$important | |
! stickers | |
||discord.com/api/*/users/*/sticker-packs | |
||discord.com/api/*/sticker-packs/directory/* | |
||discord.com/api/*/sticker-packs/directory-v2/* | |
||discord.com/stickers/*/*.json | |
||discord.com/api/*/sticker-packs | |
||discord.com/error-reporting-proxy/* | |
! server header stuff | |
! server icons (nitro boost / partner etc) | |
discord.com##[class^="premiumIcon-"] | |
discord.com##[class^="guildIconContainer-"] | |
! nitro ad shilling | |
discord.com##[class^="premiumPromo-"] | |
discord.com##[class^="channel"][href^="/store"] | |
! "pro tip" about users that will always show even if you are discord user for 4+ years | |
discord.com##[class^="protip"] | |
! dumb loading screen meme | |
discord.com##[class^="quote"] | |
discord.com##[class^="tip"] | |
discord.com##[class^="tipTitle"] | |
! nitro image & background? | |
discord.com##[class^="marketingLogoImage-"] | |
discord.com##[class^="guildHeaderBackground-"] | |
! useless settings tabs (2023: NOT WORKING ANYMORE?) | |
discord.com##[class^="side-"] > [class^="item-"]:has-text(Subscriptions) | |
discord.com##[class^="side-"] > [class^="item-"]:has-text(HypeSquad) | |
discord.com##[class^="side-"] > [class^="item-"]:has-text(Server Boost) | |
! discord.com##[class^="side-"] > [class^="item-"]:has-text(Connections) | |
discord.com##[class^="side-"] > [class^="item-"]:has-text(Streamer Mode) | |
! get rid of the stupid emoji details menu on click | |
discord.com##[class^="emojiSection-"] | |
! get rid of "click here to learn more" nitro ad for emojis (bad way) | |
discord.com##[class^="size14-"]:has-text(Click to learn more) | |
! more nitro shilling | |
discord.com##[class^="premiumInlineNotice-"] | |
! new member leaf | |
discord.com##[class^="newMemberBadge"] | |
! activity in chat box beside emoji | |
discord.com##button[aria-label^="Start an Activity"] | |
# negro upsell in annoying f&cking tooltip, on guild | |
discord.com##[class^="upsellTooltipWrapper"] | |
# upsell in profile | |
discord.com##[class^="upsell"] | |
discord.com##[class*="upsell"] | |
# turn discord unread pills green so they are more visible in dark mode | |
discord.com#$#div[class^=pill_]>span{background-color: #0f0 !important;} | |
# discord.com##:root:style(--header-primary: #0f0 !important;) | |
# fix gromium dark mode messing up emojis on discord | |
discord.com##:root:style(color-scheme: only light !important;) | |
# discord.com#$#img.emoji{color-scheme: only light;} | |
# STRIP DISCORD LOGO ? FROM DMS BUTTON | |
discord.com##[data-list-item-id="guildsnav___home"] svg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment