mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-13 01:30:37 +08:00
Add WindowsSpyBlocker to reject domainset
This commit is contained in:
parent
5ff53ccf14
commit
7aaabd6d99
@ -11,7 +11,8 @@ const threads = Math.max(require('os').cpus().length, 12);
|
|||||||
// Parse from remote hosts & domain lists
|
// Parse from remote hosts & domain lists
|
||||||
(await Promise.all([
|
(await Promise.all([
|
||||||
processHosts('https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=0&mimetype=plaintext', true),
|
processHosts('https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=0&mimetype=plaintext', true),
|
||||||
processHosts('https://raw.githubusercontent.com/hoshsadiq/adblock-nocoin-list/master/hosts.txt')
|
processHosts('https://raw.githubusercontent.com/hoshsadiq/adblock-nocoin-list/master/hosts.txt'),
|
||||||
|
processHosts('https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/spy.txt')
|
||||||
])).forEach(hosts => {
|
])).forEach(hosts => {
|
||||||
hosts.forEach(host => {
|
hosts.forEach(host => {
|
||||||
if (host) {
|
if (host) {
|
||||||
|
|||||||
@ -650,6 +650,7 @@ tongji.tom.com
|
|||||||
ads.tvb.com
|
ads.tvb.com
|
||||||
ad.juksy.com
|
ad.juksy.com
|
||||||
.actonservice.com
|
.actonservice.com
|
||||||
|
tag.clearbitscripts.com
|
||||||
|
|
||||||
# >> Alexa
|
# >> Alexa
|
||||||
data.alexa.com
|
data.alexa.com
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user