Update Rules

This commit is contained in:
SukkaW
2021-11-23 21:16:20 +08:00
parent 936adaf2c6
commit 248264b777
4 changed files with 138 additions and 2143 deletions

View File

@@ -120,8 +120,7 @@ async function processFilterRules(filterRulesUrl) {
(await Promise.all([
processHosts('https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=1&mimetype=plaintext', true),
processHosts('https://raw.githubusercontent.com/hoshsadiq/adblock-nocoin-list/master/hosts.txt'),
processHosts('https://cdn.jsdelivr.net/gh/neoFelhz/neohosts@gh-pages/full/hosts'),
processHosts('https://adaway.org/hosts.txt')
processHosts('https://cdn.jsdelivr.net/gh/neoFelhz/neohosts@gh-pages/full/hosts')
])).forEach(hosts => {
hosts.forEach(host => {
if (host) {