This repository hosts filter lists for uBlock Origin/Adblock Plus/AdGuard and similar ad blockers that allow you to get rid of some annoyances from certain sites like Discord's Web UI and distractions like AI banners in sites.
| Name | Subscribe button | Direct link |
|---|---|---|
| All | (Subscribe) | https://raw.githubusercontent.com/WhistlingZephyr/zeps-filters/main/filters/all.txt |
| Discord annoyances | (Subscribe) | https://raw.githubusercontent.com/WhistlingZephyr/zeps-filters/main/filters/discord.txt |
| AI-related distractions | (Subscribe) | https://raw.githubusercontent.com/WhistlingZephyr/zeps-filters/main/filters/ai.txt |
| URL cleaner | (Subscribe) | https://raw.githubusercontent.com/WhistlingZephyr/zeps-filters/main/filters/url-cleaner.txt |
You can add additional filters that this filter list doesn't activate by default, e.g. for Discord:
-
You can block sending typing events with
||discord.com/api/*/typing. -
You can remove blocked messages entirely with:
discord.com##[class*="-groupStart"]:has([class*="-wrapper"] > [class*="-contents"] > [class*="-blockedSystemMessage"])
-
You can remove the apps launcher & upload media icons from chat bar with:
discord.com##form div[class*="app-launcher-entrypoint"] discord.com##form div[class*="-buttons"] > div[aria-label="Add Media"]
-
You can remove quick access reactions with:
discord.com##div[aria-roledescription="Message"] > div[class*="-buttonContainer"] > [aria-label="Message Actions"] > div > :is(:has(~ [class*="-separator"]), [class*="-separator"])
-
Or you can remove everything except the more button from message quick access with:
discord.com##div[aria-roledescription="Message"] > div[class*="-buttonContainer"] > [aria-label="Message Actions"] > div > :not([aria-label="More"])
-
You can remove store, shop, & quest buttons from DM page with:
discord.com##[aria-label="Direct Messages"] li:has(a[href="/store"]) discord.com##[aria-label="Direct Messages"] li:has(a[href="/shop"]) discord.com##[aria-label="Direct Messages"] li:has(a[href="/quest-home"])
See DEVELOPMENT.md.
- Web Annoyances Ultralist: https://github.com/yourduskquibbles/webannoyances/
- Discord Toggle Sidebar: https://github.com/WhistlingZephyr/discord-toggle-sidebar/
- Actually Legitimate URL Shortener Tool: https://github.com/DandelionSprout/adfilt/blob/master/LegitimateURLShortener.txt