Skip to content

Adblocker filter list for removing certain annoyances and distractions, mainly ones on the Discord Web UI.

License

Notifications You must be signed in to change notification settings

WhistlingZephyr/zeps-filters

Repository files navigation

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://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

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:

    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"])

Development

See DEVELOPMENT.md.

Related projects

About

Adblocker filter list for removing certain annoyances and distractions, mainly ones on the Discord Web UI.

Topics

Resources

License

Stars

Watchers

Forks