AdguardTeam / AdguardFilters
AdGuard Content Blocking Filters
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing AdguardTeam/AdguardFilters in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Overview (README excerpt)
Crawler view AdGuard Filters The place where ad trackers are actually blocked This is the place where we create filters for [AdGuard][adguard] and other ad-blocking software, such as uBlock Origin. Each filter consists of a set of text-based rules that AdGuard apps and programs use to filter out advertisements and privacy-invasive content like banners, pop-ups, and trackers. Rules specific to a certain region (e.g., German filter, Russian filter) or serving a specific purpose (e.g., Social Media filter, Tracking Protection filter) are combined into a single list, or filter, that can be enabled or disabled all at once. Our filters are constantly updated. This repository allows anyone to bring our attention to anything from overlooked ads to false positives, helping us refine our filters, improve them, and keep them current. We are proud of the fact that AdGuard Filters are among the most actively developed content-blocking filter lists available, if not the most. [adguard]: https://adguard.com/ AdGuard Filters Policy Our filter policy is available [here][policy]. [policy]: https://adguard.com/kb/general/ad-filtering/filter-policy/ Contributing to AdGuard We are blessed to have a community that does not only love AdGuard, but also gives back. A lot of people volunteer in various ways to make other users' experience with AdGuard better, and you can join them! We, on our part, can only be happy to reward the most active members of the community. So, what can you do? Report Issues To submit a report, please use this [reporting tool][report]. [report]: https://agrd.io/report Suggest Filtering Rules You will find a lot of open issues, each one referencing a problem with some website — a missed ad, a false positive etc. — choose any one and suggest your own rules in comments. AdGuard filter engineers will review your suggestions, and if they find them correct, your rules will be added to AdGuard filters. Here is the [official documentation][documentation] on AdGuard filtering rules syntax. You'll need to read it before you'll be able to create your own filtering rules. [documentation]: https://adguard.com/kb/general/ad-filtering/create-own-filters/ Other ways to contribute Here is [a dedicated page][contribute] for people willing to contribute to AdGuard. [contribute]: https://adguard.com/contribute.html