https://github.com/whistlingzephyr/zeps-filters
Adblocker filter list for removing certain annoyances and distractions, mainly ones on the Discord Web UI.
https://github.com/whistlingzephyr/zeps-filters
adguard adguard-blocklist annoyances discord distracting-elements filterlist ublock-origin ublock-origin-filters
Last synced: 6 months ago
JSON representation
Adblocker filter list for removing certain annoyances and distractions, mainly ones on the Discord Web UI.
- Host: GitHub
- URL: https://github.com/whistlingzephyr/zeps-filters
- Owner: WhistlingZephyr
- License: mit
- Created: 2023-10-24T20:52:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T12:51:54.000Z (6 months ago)
- Last Synced: 2025-03-25T13:44:31.324Z (6 months ago)
- Topics: adguard, adguard-blocklist, annoyances, discord, distracting-elements, filterlist, ublock-origin, ublock-origin-filters
- Language: Adblock Filter List
- Homepage:
- Size: 92.8 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zep's Filters
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.
## Installation
| Name | Subscribe button | Direct link |
| --- | --- | --- |
| **All** | [**(Subscribe)**](https://subscribe.adblockplus.org/?location=https://raw.githubusercontent.com/WhistlingZephyr/zeps-filters/main/filters/all.txt&title=Zep%27s%20Filters) | **`https://raw.githubusercontent.com/WhistlingZephyr/zeps-filters/main/filters/all.txt`** |
| Discord annoyances | [(Subscribe)](https://subscribe.adblockplus.org/?location=https://raw.githubusercontent.com/WhistlingZephyr/zeps-filters/main/filters/discord.txt&title=Zep's%20Filters%20-%20Discord) | `https://raw.githubusercontent.com/WhistlingZephyr/zeps-filters/main/filters/discord.txt` |
| AI-related distractions | [(Subscribe)](https://subscribe.adblockplus.org/?location=https://raw.githubusercontent.com/WhistlingZephyr/zeps-filters/main/filters/ai.txt&title=Zep's%20Filters%20-%20AI) | `https://raw.githubusercontent.com/WhistlingZephyr/zeps-filters/main/filters/ai.txt` |
| URL cleaner | [(Subscribe)](https://subscribe.adblockplus.org/?location=https://raw.githubusercontent.com/WhistlingZephyr/zeps-filters/main/filters/url-cleaner.txt&title=Zep's%20Filters%20-%20URL%20cleaner) | `https://raw.githubusercontent.com/WhistlingZephyr/zeps-filters/main/filters/url-cleaner.txt` |## Tips
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:```adblock
discord.com##[class^="groupStart_"]:has([class^="wrapper_"] > [class^="contents_"] > [class^="blockedSystemMessage_"])
```-
You can remove the apps launcher icon from chat with:```adblock
discord.com##form > div > div[class^="channelAppLauncher_"]
```-
You can remove quick access reactions with:```adblock
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:```adblock
discord.com##div[aria-roledescription="Message"] > div[class^="buttonContainer_"] > [aria-label="Message Actions"] > div > :not([aria-label="More"])
```## Development
See [DEVELOPMENT.md](DEVELOPMENT.md).
## Related projects
- Web Annoyances Ultralist:
- Discord Toggle Sidebar:
- Actually Legitimate URL Shortener Tool: