mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
adblock: update 4.0.5-5
* add regional list source for czech/slovak * add regional list source for korea * adapt oisd_nl changes, switch to adb-syntax domains Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
@@ -105,8 +105,8 @@
|
||||
"descurl": "https://github.com/notracking/hosts-blocklists"
|
||||
},
|
||||
"oisd_nl": {
|
||||
"url": "https://dbl.oisd.nl",
|
||||
"rule": "/^0\\.0\\.0\\.0[[:space:]]+([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower($2)}",
|
||||
"url": "https://abp.oisd.nl/",
|
||||
"rule": "BEGIN{FS=\"[|^]\"}/^\\|\\|([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+\\^(\\$third-party)?$/{print tolower($3)}",
|
||||
"size": "XXL",
|
||||
"focus": "general",
|
||||
"descurl": "https://oisd.nl"
|
||||
@@ -132,6 +132,13 @@
|
||||
"focus": "reg_china",
|
||||
"descurl": "https://easylist.to"
|
||||
},
|
||||
"reg_cz": {
|
||||
"url": "https://easylist-downloads.adblockplus.org/easylistczechslovak+easylist.txt",
|
||||
"rule": "BEGIN{FS=\"[|^]\"}/^\\|\\|([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+\\^(\\$third-party)?$/{print tolower($3)}",
|
||||
"size": "M",
|
||||
"focus": "reg_czech+slovak",
|
||||
"descurl": "https://easylist.to"
|
||||
},
|
||||
"reg_de": {
|
||||
"url": "https://easylist-downloads.adblockplus.org/easylistgermany+easylist.txt",
|
||||
"rule": "BEGIN{FS=\"[|^]\"}/^\\|\\|([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+\\^(\\$third-party)?$/{print tolower($3)}",
|
||||
@@ -167,6 +174,13 @@
|
||||
"focus": "reg_indonesia",
|
||||
"descurl": "https://easylist.to"
|
||||
},
|
||||
"reg_kr": {
|
||||
"url": "https://raw.githubusercontent.com/List-KR/List-KR/master/filter.txt",
|
||||
"rule": "BEGIN{FS=\"[|^]\"}/^\\|\\|([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+\\^(\\$third-party)?$/{print tolower($3)}",
|
||||
"size": "S",
|
||||
"focus": "reg_korea",
|
||||
"descurl": "https://list-kr.github.io"
|
||||
},
|
||||
"reg_nl": {
|
||||
"url": "https://easylist-downloads.adblockplus.org/easylistdutch+easylist.txt",
|
||||
"rule": "BEGIN{FS=\"[|^]\"}/^\\|\\|([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+\\^(\\$third-party)?$/{print tolower($3)}",
|
||||
|
||||
Reference in New Issue
Block a user