致力于成为中文区命中率最高的广告过滤列表,实现精确的广告屏蔽和隐私保护。anti-AD现已支持AdGuardHome,dnsmasq, Surge,Pi-Hole,smartdns等网络组件。完全兼容常见的广告过滤工具所支持的各种广告过滤列表格式
Go to file
gently cf62e6141f update
# Conflicts:
#	start-ci.sh
2019-12-26 11:13:52 +08:00
.github Update build-addr.yml 2019-12-26 11:12:38 +08:00
dist update dist 2019-12-24 14:23:40 +00:00
lib update black list and extend easylist tool 2019-12-25 16:38:53 +08:00
origin-files auto commit. script output--- [DNSMASQ]903121---[EASYLIST]654572---[SURGE]1293705 2019-12-25 06:00:16 +00:00
tools update black list and extend easylist tool 2019-12-25 16:38:53 +08:00
.gitignore update 2019-12-15 17:49:57 +08:00
adblock-for-dnsmasq.conf update black list and extend easylist tool 2019-12-25 16:38:53 +08:00
anti-ad-easylist.txt update black list and extend easylist tool 2019-12-25 16:38:53 +08:00
anti-ad-surge.txt update black list and extend easylist tool 2019-12-25 16:38:53 +08:00
block_domains.root.conf update 2019-12-15 23:11:53 +08:00
changelog.md 更新文档 2019-12-24 18:55:21 +08:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2019-12-24 14:46:03 +08:00
LICENSE add LICENSE 2019-10-01 13:38:41 +08:00
make-addr.php add adguard easylist 2019-12-17 21:20:41 +08:00
README.md update 2019-12-24 23:41:32 +08:00
start-ci.sh update 2019-12-26 11:13:52 +08:00
start.sh update list 2019-12-24 23:55:40 +08:00

anti-AD v4

anti-AD是综合著名广告过滤列表的高效广告屏蔽、隐私保护工具。能主动探测域名支持国内外广告分开屏蔽现已支持AdGuardHomednsmasq SurgePi-Hole等优秀的网络组件。

使用anti-AD能够屏蔽广告域名能屏蔽电视盒子广告屏蔽app内置广告同时屏蔽了一些日志收集、大数据统计等涉及个人隐私信息的站点能够保护个人隐私不被偷偷上传。

本工具是将各大著名的hostsad filter listsadblock list等的列表进行合并去重再进行一系列的抽象化例如主动探测失效域名并剔除最终生成期望的高命中率列表。

v4.1 (2019.12.24)

  • easylist支持通配符匹配域名
  • easylist引入白名单赦免机制

v4.0 (2019.12.14)

  • 开始支持主动探测无效域名进一步降低最终生成文件位于dist目录的体积提升命中率
  • 开始支持dnsmasqeasylistsurge等多种格式
  • 分离出国内域名的精简配置(dist/*-basic.*)和优化后的完整配置(dist/*-full.*),可以根据需求选择屏蔽等级
  • 代码重构工程化分离class分离工具逻辑更清晰

快速使用

1. dnsmasq

  1. 下载adblock-for-dnsmasq.conf (jsDelivr加速), 保存到你的dnsmasq配置的正确目录下
  2. 重启dnsmasq服务
  3. 已经生效了enjoy it

2. AdGuardHome

  1. 进入AdGuardHome过滤器页面选择添加过滤器
  2. 输入名称 anti-ADurl地址https://raw.githubusercontent.com/privacy-protection-tools/anti-AD/master/anti-ad-easylist.txt(jsDelivr加速)
  3. 点击确认后即生效

3. Pi-Hole

  1. 进入Pi-Hole的配置界面
  2. 添加 https://raw.githubusercontent.com/privacy-protection-tools/anti-AD/master/anti-ad-easylist.txt(jsDelivr加速) 作为新的过滤器
  3. 保存后生效

jsDelivr镜像

感谢 @rufengsuixing 的建议

  1. adblock-for-dnsmasq.conf: https://cdn.jsdelivr.net/gh/privacy-protection-tools/anti-AD@master/adblock-for-dnsmasq.conf
  2. anti-ad-easylist.txt: https://cdn.jsdelivr.net/gh/privacy-protection-tools/anti-AD@master/anti-ad-easylist.txt
  3. anti-ad-surge.txt: https://cdn.jsdelivr.net/gh/privacy-protection-tools/anti-AD@master/anti-ad-surge.txt

个性化

运行start.sh,会去下载easylist,yhosts,neohosts,cjxlist等其他大神维护的屏蔽列表然后整理合并成一个文件。拿着这个文件放入到例如/etc/dnsmasq.d/的目录下然后重启dnsmasq进程就能加载。更新依赖于其他大神的内容更新了。

  • adblock-for-dnsmasq.conf - 这个是最终生成的配置文件大约每月更新4次,所以如果你打算直接下载我维护的这个文件不需要太高的pull频率
  • make-addr.php - 是php脚本的主文件,执行php make-addr.php将更新配置文件
  • lib/black_domain_list.php - 是用来配置域名黑名单,这个威力巨大,谨慎使用
  • lib/white_domain_list.php - 白名单,优先级低于黑名单,即一个域名同时出现在黑白名单中时,将采用黑名单规则

欢迎提意见

对于本工具大家伙儿有任何建议或者存在误杀bug其他错误各种意见 请开issue

特别感谢