Skip to content

Latest commit

 

History

History
79 lines (64 loc) · 3.01 KB

README.md

File metadata and controls

79 lines (64 loc) · 3.01 KB

Logo

Discord AdBlock

The ads for Discord Nitro bother you, you can now delete them


Main adblock list for Nitro ads:

@import url(https://croissantdunord.github.io/discord-adblock/adblock.css);

Extra adblock list to remove profile customisations and Nitro-related badges:
(Alternatively, consider opening adblock-extras.css to only pick the elements that you want to remove.)

@import url(https://croissantdunord.github.io/discord-adblock/adblock-extras.css);


🛡️ Main list

The main rule list that remove nitro ads and features that require nitro.

  • Ads in profile tabs.
  • Ads in the settings menus.
  • Upsells in free features (screen sharing, etc.)
  • Full screen ads.
  • Banner ads.
  • Store and nitro buttons.
  • Gift button.
  • Server boost elements.
  • Super reaction elements.
  • Message limit warning.
  • App launcher icons.
  • Seasonal nitro nags.

🛡️ Extras list

A very opinionated list with CSS rules that can remove various annoyances and superfluous gimmicks. It's recommended you look inside adblock-extras.css to pick only the elements you want to block specifically.

  • All Nitro profile customisations (Avatar frames, effects, etc.)
  • Profile badges.
  • Server boost elements.
  • Activity list in guild members list.
  • Forward button in message hoverbar.
  • Discover button.
  • Soundmoji.

❓ Installation Guide

  1. You need a client mod (Like BetterDiscord or Vencord (Recommended))
  • BetterDiscord: Open the CustomCSS Tab in the user settings
  • Vencord: Open settings, choose "Vencord", then "Edit QuickCSS"
  1. Copy & Paste this CSS into the Custom CSS input (This will load adblock.css from here, this mean that it will auto-update from this repo)

For main adblock:

@import url("https://croissantdunord.github.io/discord-adblock/adblock.css");
  • (Optional) For ALL the extras, add this as well on a new line:
@import url("https://croissantdunord.github.io/discord-adblock/adblock-extras.css");

image

  1. Done. Enjoy a slightly less frustrating Discord experience. 👍

Issues or suggestions

You can report any problems and suggest ideas by opening an issue.