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

https://github.com/reiji007/adblock-rule-collection

一个收集众多广告过滤器规则,进行转化、合并、去重的广告过滤器,兼容常见的广告过滤应用程序(如Adblock Plus、uBlock Origin、AdGuard 等),每20分钟更新一次,确保即时同步上游减少误杀
https://github.com/reiji007/adblock-rule-collection

abp adblock adblock-list adblock-plus adblock-rule-collection adblocker adguard anti-ad anti-ads bravebrowser dnsmasq easylist easylist-china easylist-privacy host ublock-origin

Last synced: 4 days ago
JSON representation

一个收集众多广告过滤器规则,进行转化、合并、去重的广告过滤器,兼容常见的广告过滤应用程序(如Adblock Plus、uBlock Origin、AdGuard 等),每20分钟更新一次,确保即时同步上游减少误杀

Awesome Lists containing this project

README

          

[![GPL 3.0 license](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://github.com/REIJI007/Adblock-Rule-Collection/blob/main/LICENSE-GPL%203.0)
[![CC BY-NC-SA 4.0 license](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg)](https://github.com/REIJI007/Adblock-Rule-Collection/blob/main/LICENSE-CC-BY-NC-SA%204.0)

Adblock-Rule-Collection

一个将众多广告过滤器条目转化、去重、合并汇总生成的广告拦截器和DNS过滤器,规则总数多达百万,包含URL过滤规则、资源过滤规则、域名过滤规则、CSS选择器过滤规则、脚本过滤规则、隐私保护规则、Cookie过滤规则、白名单例外规则、关键字过滤规则、webrtc拦截规则、正则表达式过滤规则、网络过滤规则、字体和样式过滤规则、重定向拦截规则、脚本注入规则、反指纹跟踪规则、欺诈过滤规则、恶意网站过滤规则、网络钓鱼过滤规则、滥用过滤规则、挖矿过滤规则、垃圾邮件过滤规则、僵尸网络屏蔽规则、地理位置追踪屏蔽规则、视音频广告过滤规则、社交媒体插件过滤规则、点击劫持保护规则、弹窗过滤规则、下载劫持保护规则等类型的条目


last commit
forks
stars
issues
license

## 一、关于Adblock-Rule-Collection,你可使用本仓库中的python脚本合并去重生成广告过滤规则列表,注意修改生成文件的保存路径与生成的文件名,可按需求添加不同的上游广告过滤规则列表(兼容adblock plus语法的过滤器列表均可)进行DIY定制


## 警告:本过滤器订阅有可能破坏某些网站的功能,也有可能封禁某些色情、赌博网站,使用前请斟酌考虑,如有误杀请积极向上游issue反馈,本仓库仅提供去重、转化、合并功能。完整版会有很多误杀,建议使用精简版(只含adguard官方列表)。另外需要说明一点,本仓库仅收集```中英文广告拦截```相关、```网络安全```相关、```隐私保护```相关列表




## 二、本仓库使用方式如下:

### 1、订阅地址

| 过滤器类型 | 完整版 | 精简版 |
|---|---|---|
| 广告过滤器 | **[Github](https://raw.githubusercontent.com/REIJI007/Adblock-Rule-Collection/main/ADBLOCK_RULE_COLLECTION.txt)** | **[Github](https://raw.githubusercontent.com/REIJI007/Adblock-Rule-Collection/main/ADBLOCK_RULE_COLLECTION_Lite.txt)** |
| DNS过滤器 | **[Github](https://raw.githubusercontent.com/REIJI007/Adblock-Rule-Collection/main/ADBLOCK_RULE_COLLECTION_DNS.txt)** | **[Github](https://raw.githubusercontent.com/REIJI007/Adblock-Rule-Collection/main/ADBLOCK_RULE_COLLECTION_DNS_Lite.txt)** |
| Host列表 | **[Github](https://raw.githubusercontent.com/REIJI007/Adblock-Rule-Collection/main/ADBLOCK_RULE_COLLECTION_HOST.txt)** | **[Github](https://raw.githubusercontent.com/REIJI007/Adblock-Rule-Collection/main/ADBLOCK_RULE_COLLECTION_HOST_Lite.txt)** |
| Host IPV6列表 | **[Github](https://raw.githubusercontent.com/REIJI007/Adblock-Rule-Collection/main/ADBLOCK_RULE_COLLECTION_HOST_IPV6.txt)** | **[Github](https://raw.githubusercontent.com/REIJI007/Adblock-Rule-Collection/main/ADBLOCK_RULE_COLLECTION_HOST_IPV6_Lite.txt)** |
| 拦截域名列表 | **[Github](https://raw.githubusercontent.com/REIJI007/Adblock-Rule-Collection/main/ADBLOCK_RULE_COLLECTION_DOMAIN.txt)** | **[Github](https://raw.githubusercontent.com/REIJI007/Adblock-Rule-Collection/main/ADBLOCK_RULE_COLLECTION_DOMAIN_Lite.txt)** |

### 2、下载到本地

从 **Release** 下载过滤器文件进行本地导入。
Release **每 20 分钟自动发布一次**。

---
## 三、适用范围
适用于ADguard,Adblock Plus,uBlock Origin,Brave Browser等各类符合Adblock Plus 语法、uBlock Origin 语法、AdGuard 语法的浏览器插件或广告拦截程序以及DNS服务器

## 四、规则来源
1. [AdAway](https://github.com/AdAway/AdAway)
2. [AdBlocker](https://adblockultimate.net/filters)
3. [Adguard](https://github.com/AdguardTeam/AdGuardFilters)
4. [Easylist](https://github.com/easylist/easylist)
5. [uBlockOrigin](https://github.com/uBlockOrigin/uAssets)
6. [URLhaus](https://urlhaus.abuse.ch/)
7. [malware-filter](https://gitlab.com/malware-filter)




## LICENSE
- [CC-BY-NC-SA 4.0 License](https://github.com/REIJI007/Adblock-Rule-Collection/blob/main/LICENSE-CC-BY-NC-SA%204.0)
- [GPL-3.0 License](https://github.com/REIJI007/Adblock-Rule-Collection/blob/main/LICENSE-GPL%203.0)