Skip to content

Instantly share code, notes, and snippets.

@TheSunCat
Last active October 18, 2025 18:17
Show Gist options
  • Select an option

  • Save TheSunCat/58fedaa19d6154ef3e4b2b676c286906 to your computer and use it in GitHub Desktop.

Select an option

Save TheSunCat/58fedaa19d6154ef3e4b2b676c286906 to your computer and use it in GitHub Desktop.
Hide all Nitro & Boost upsells in Discord!
/**
* @name Adblock for Discord
* @author TheSunCat and contributors
* @version 1.0.0
* @description We have moved to Codeberg! Follow the link below:
* @source https://codeberg.org/AllPurposeMat/Disblock-Origin
*/
#app-mount::before {
content: "The Disblock Origin theme has moved to Codeberg! Please check https://codeberg.org/AllPurposeMat/Disblock-Origin";
font-size: 1.25rem;
background-color: #dc8a78;
padding: 1rem;
}
@Smidgens
Copy link

How do I remove this? (marked in red) remove

I swear, it feels like Discord is adding space-hogging bloat on purpose to see what they can get away with.

@TimWolf123
Copy link

If you want to get rid of the quests tab by friends they added in the update you can add this css to the end of the code:

/* [Home][Sidebar] Hide Quests tab /
a[data-list-item-id$="___quests"],
a[href
="/quests"],
div[class*="questsButton_"],
div[class*="questsContainer_"],
div[aria-label="Quests"] {
display: none !important;
}

@floriegl
Copy link

@TimWolf123 The project moved to Codeberg. Can you check if your improvements aren't already added there and if not create an issue or ticket?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment