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 icon from chat with:
discord.com##form > div > div[class^="channelAppLauncher_"]
-
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"])
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