-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
压缩去重并移除AdGuardHome不受支持的规则 #18
Comments
在 #16 的评论区提出过 不知是否没有看到 |
后面考虑来个lite版吧 |
ubo 怕是浏览器撑不住 |
1,注释的话,我会观察一下然后用python基本去重 |
但是这个可能需要一定的时间,不确定本月能不能完成,尽量在今年完成优化 国庆期间底层重构了随机图API、2个图床; 目前💩山个人使用应该影响不大 |
官方工具可以自动转换hosts 我做了个简单的项目 可以参考下 https://github.com/zutzo/ad-filters |
windows上有去重工具,也有在线网页版去重,百万规则去重也就0.3秒,一下子去掉22万条重复的。。。 |
有用python按行过滤 目前没有时间额外做专业工具对决 |
主要是hosts与adp规则有大量重复,adg官方工具能转化解决 |
@BlueSkyXN
建议用AdGuard官方的HostlistCompiler处理规则
https://github.com/AdguardTeam/HostlistCompiler
主规则我看了一下 有很多AdGuardHome不支持的规则 比如
$3p
##
等等 这些规则不适用于ADGH并且规则夹杂着ABP和Hosts 两者普通工具无法进行合并去重 增大了文件的大小 也给ADGH重负担
通过使用HostlistCompiler可以解决
(顺便问一下为什么规则连注释都不删😓
Originally posted by @zutzo in #16 (comment)
The text was updated successfully, but these errors were encountered: