aboutsummaryrefslogtreecommitdiff
path: root/net/adblock/files/adblock.sources
diff options
context:
space:
mode:
authorDirk Brenken <dev@brenken.org>2023-02-15 21:15:20 +0100
committerDirk Brenken <dev@brenken.org>2023-02-15 21:15:20 +0100
commit51634a960c8bd22fce5870462011cea6fbf4f0bc (patch)
tree4c41020e0d66ad8c972ea40d2f00225ef1a096c3 /net/adblock/files/adblock.sources
parentc7d23af17d2865fb3b6b17ed869155dd0b5da8d5 (diff)
adblock: update 4.1.5-5
* adapted changed oisd namings / download locations oisd_big (old: oisd_full), oisd_small (old: oisdb_basic) * added antipopads as new sources * removed broken energized source * fixed readme Signed-off-by: Dirk Brenken <dev@brenken.org>
Diffstat (limited to 'net/adblock/files/adblock.sources')
-rw-r--r--net/adblock/files/adblock.sources26
1 files changed, 13 insertions, 13 deletions
diff --git a/net/adblock/files/adblock.sources b/net/adblock/files/adblock.sources
index 8ec10400b..e46a007ac 100644
--- a/net/adblock/files/adblock.sources
+++ b/net/adblock/files/adblock.sources
@@ -41,6 +41,13 @@
"focus": "compilation",
"descurl": "https://github.com/privacy-protection-tools/anti-AD/blob/master/README.md"
},
+ "antipopads": {
+ "url": "https://raw.githubusercontent.com/AdroitAdorKhan/antipopads-re/master/formats/domains.txt",
+ "rule": "/^([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower($1)}",
+ "size": "L",
+ "focus": "compilation",
+ "descurl": "https://github.com/AdroitAdorKhan/antipopads-re"
+ },
"anudeep": {
"url": "https://raw.githubusercontent.com/anudeepND/blacklist/master/adservers.txt",
"rule": "/^0\\.0\\.0\\.0[[:space:]]+([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower($2)}",
@@ -90,13 +97,6 @@
"focus": "tracking",
"descurl": "https://easylist.to"
},
- "energized": {
- "url": "https://block.energized.pro/",
- "rule": "/^([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower($1)}",
- "size": "VAR",
- "focus": "compilation",
- "descurl": "https://energized.pro"
- },
"firetv_tracking": {
"url": "https://raw.githubusercontent.com/Perflyst/PiHoleBlocklist/master/AmazonFireTV.txt",
"rule": "/^([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower($1)}",
@@ -132,10 +132,10 @@
"focus": "tracking",
"descurl": "https://github.com/notracking/hosts-blocklists"
},
- "oisd_basic": {
- "url": "https://raw.githubusercontent.com/sjhgvr/oisd/main/dblw_basic.txt",
+ "oisd_big": {
+ "url": "https://raw.githubusercontent.com/sjhgvr/oisd/main/dblw_big.txt",
"rule": "BEGIN{FS=\"\\\\*.\"}/^\\*\\.([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower($2)}",
- "size": "L",
+ "size": "XXL",
"focus": "general",
"descurl": "https://oisd.nl"
},
@@ -146,10 +146,10 @@
"focus": "general",
"descurl": "https://oisd.nl"
},
- "oisd_full": {
- "url": "https://raw.githubusercontent.com/sjhgvr/oisd/main/dblw_full.txt",
+ "oisd_small": {
+ "url": "https://raw.githubusercontent.com/sjhgvr/oisd/main/dblw_small.txt",
"rule": "BEGIN{FS=\"\\\\*.\"}/^\\*\\.([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower($2)}",
- "size": "XXL",
+ "size": "L",
"focus": "general",
"descurl": "https://oisd.nl"
},