An open API service indexing awesome lists of open source software.

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.

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: