add new source list. #173

pull/192/head
gently 4 years ago
parent c08b289180
commit e4bd6b1456

@ -56,7 +56,8 @@ anti-AD在自我认知上始终是一个非主流的小众项目受众群体
- _[@rufengsuixing](https://github.com/rufengsuixing) 提出的jsDelivr加速过滤列表下载的建议_
- _[@xlighting2017](https://github.com/xlighting2017) 提供的[surge格式建议](https://github.com/privacy-protection-tools/anti-AD/issues/29)_
- [ACL4SSR/ACL4SSR](https://github.com/ACL4SSR/ACL4SSR) - 一些常见APP的广告 @[wchqybs](https://github.com/wchqybs) in [#79](https://github.com/privacy-protection-tools/anti-AD/issues/79)
- [ADgk.txt](https://gitee.com/banbendalao/adguard/raw/master/ADgk.txt)
- [malwaredomainlist](https://www.malwaredomainlist.com/hostslist/hosts.txt)
- [hoshsadiq/adblock-nocoin-list](https://github.com/hoshsadiq/adblock-nocoin-list)
- [easylist.to](https://easylist.to/)
- [ADgk.txt](https://gitee.com/banbendalao/adguard/raw/master/ADgk.txt) - 鸣谢 坂本dalao
- [malwaredomainlist](https://www.malwaredomainlist.com/hostslist/hosts.txt) - 恶意域名屏蔽列表
- [hoshsadiq/adblock-nocoin-list](https://github.com/hoshsadiq/adblock-nocoin-list) - 恶意挖矿屏蔽列表
- [easylist.to](https://easylist.to/) - 感谢提供出色的easylist
- [ZeroDot1/CoinBlockerLists](https://gitlab.com/ZeroDot1/CoinBlockerLists) - 屏蔽恶意劫持挖矿

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -162,6 +162,9 @@ return array(
'vidoza.net' => -1,
'nahnoji.cz' => 1,
'cloudfront.net' => -1,
'amazonaws.com' => -1,
'github.io' => -1,
'blogspot.com' => -1,
/**notracking 提议加白的一批域名 start**/
'scribol.com' => 0,
@ -227,5 +230,4 @@ return array(
'cpm.cm.kankan.com' => -1, //-1 失效本条规则,保持现状,即不加白本域名
'deliver.ifeng.com' => -1, //保留的dead-hosts为了缩减其子域名
'ad.xiaomi.com' => -1, //保留的dead-hosts为了缩减其子域名
);

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -20,6 +20,7 @@ hosts=(
strict_hosts=(
"https://raw.githubusercontent.com/hoshsadiq/adblock-nocoin-list/master/hosts.txt"
"https://zerodot1.gitlab.io/CoinBlockerLists/hosts_browser"
)
dead_hosts=(

@ -66,6 +66,11 @@ $ARR_MERGED_WILD_LIST = array(
'24log.*' => null,
'24smi.*' => null,
'ad-*.wikawika.xyz' => null,
'*.ablen*.tk' => null,
'*.darking*.tk' => null,
'*.doubleclick*.xyz' => null,
'*.thepiratebay.*' => null,
'*.freecontent.*' => null,
);
$ARR_REGEX_LIST = array(

Loading…
Cancel
Save