All checks were successful
Build the filter🚀 / build (push) Successful in 1m12s
112 lines
No EOL
3.3 KiB
JSON
112 lines
No EOL
3.3 KiB
JSON
{
|
|
"name": "Alex",
|
|
"description": "Filtered and tuned list for Adguard Home",
|
|
"homepage": "https://git.oooo.nz/alex/filter-list",
|
|
"license": "https://git.oooo.nz/alex/filter-list/LICENSE",
|
|
"version": "1.0.1",
|
|
"sources": [
|
|
{
|
|
"name": "AdGuard DNS filter",
|
|
"source": "https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt",
|
|
"type": "adblock",
|
|
"transformations": [
|
|
"Compress",
|
|
"RemoveComments",
|
|
"RemoveModifiers",
|
|
"RemoveEmptyLines",
|
|
"TrimLines",
|
|
"Deduplicate",
|
|
"Validate",
|
|
"InsertFinalNewLine",
|
|
"ConvertToAscii"
|
|
]
|
|
},
|
|
{
|
|
"name": "AdAway Default Blocklist",
|
|
"source": "https://adaway.org/hosts.txt",
|
|
"type": "hosts",
|
|
"transformations": [
|
|
"Compress",
|
|
"RemoveComments",
|
|
"RemoveModifiers",
|
|
"RemoveEmptyLines",
|
|
"TrimLines",
|
|
"Deduplicate",
|
|
"Validate",
|
|
"InsertFinalNewLine",
|
|
"ConvertToAscii"
|
|
]
|
|
},
|
|
{
|
|
"name": "Peter Lowe's List",
|
|
"source": "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=adblockplus&showintro=1&mimetype=plaintext",
|
|
"type": "adblock",
|
|
"transformations": [
|
|
"Compress",
|
|
"RemoveComments",
|
|
"RemoveModifiers",
|
|
"RemoveEmptyLines",
|
|
"TrimLines",
|
|
"Deduplicate",
|
|
"Validate",
|
|
"InsertFinalNewLine",
|
|
"ConvertToAscii"
|
|
]
|
|
},
|
|
{
|
|
"name": "Dan Pollock's List",
|
|
"source": "https://someonewhocares.org/hosts/zero/hosts",
|
|
"type": "hosts",
|
|
"transformations": [
|
|
"Compress",
|
|
"RemoveComments",
|
|
"RemoveModifiers",
|
|
"RemoveEmptyLines",
|
|
"TrimLines",
|
|
"Deduplicate",
|
|
"Validate",
|
|
"InsertFinalNewLine",
|
|
"ConvertToAscii"
|
|
]
|
|
},
|
|
{
|
|
"name": "Internal inclusions list",
|
|
"source": "inclusions.txt",
|
|
"type": "adblock",
|
|
"transformations": [
|
|
"Compress",
|
|
"RemoveComments",
|
|
"RemoveModifiers",
|
|
"RemoveEmptyLines",
|
|
"TrimLines",
|
|
"Deduplicate",
|
|
"Validate",
|
|
"InsertFinalNewLine",
|
|
"ConvertToAscii"
|
|
]
|
|
},
|
|
{
|
|
"name": "anudeepND whitelist",
|
|
"source": "https://raw.githubusercontent.com/anudeepND/whitelist/master/domains/whitelist.txt",
|
|
"type": "hosts",
|
|
"transformations": [
|
|
"Compress",
|
|
"InvertAllow"
|
|
]
|
|
}
|
|
],
|
|
"transformations": [
|
|
"RemoveComments",
|
|
"RemoveModifiers",
|
|
"RemoveEmptyLines",
|
|
"TrimLines",
|
|
"Deduplicate",
|
|
"Compress",
|
|
"Validate",
|
|
"InsertFinalNewLine",
|
|
"ConvertToAscii"
|
|
],
|
|
"exclusions_sources": [
|
|
"exclusions.txt"
|
|
]
|
|
} |