diff options
author | Dirk Brenken <dev@brenken.org> | 2022-05-10 16:53:52 +0200 |
---|---|---|
committer | Dirk Brenken <dev@brenken.org> | 2022-05-10 16:53:52 +0200 |
commit | 7c66d054bf00f387a04cd174da99064f88c21cab (patch) | |
tree | 8392ed638c635a9e1e01f6f6c8beeb84d49ca72d /net/adblock/files/adblock.sources | |
parent | 8b41e959d0ec6e2046c9e652eb6bf061034082f1 (diff) |
adblock: list maintenance
* add new oisd nsfw source (XL)
* change korean source name (again)
* update readme
Signed-off-by: Dirk Brenken <dev@brenken.org>
Diffstat (limited to 'net/adblock/files/adblock.sources')
-rw-r--r-- | net/adblock/files/adblock.sources | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/net/adblock/files/adblock.sources b/net/adblock/files/adblock.sources index 59df5c444..4e02221ff 100644 --- a/net/adblock/files/adblock.sources +++ b/net/adblock/files/adblock.sources @@ -104,6 +104,13 @@ "focus": "general", "descurl": "https://oisd.nl" }, + "oisd_nsfw": { + "url": "https://dbl.oisd.nl/nsfw/", + "rule": "/^([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower($1)}", + "size": "XL", + "focus": "general", + "descurl": "https://oisd.nl" + }, "oisd_full": { "url": "https://dbl.oisd.nl", "rule": "/^([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower($1)}", @@ -182,11 +189,11 @@ "descurl": "https://easylist.to" }, "reg_kr": { - "url": "https://raw.githubusercontent.com/List-KR/List-KR/master/filters-share/adserver.txt", + "url": "https://raw.githubusercontent.com/List-KR/List-KR/master/filters-share/adservice.txt", "rule": "BEGIN{FS=\"[|^]\"}/^\\|\\|([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+\\^(\\$third-party)?$/{print tolower($3)}", "size": "S", "focus": "reg_korea", - "descurl": "https://list-kr.github.io" + "descurl": "https://github.com/List-KR/List-KR" }, "reg_nl": { "url": "https://easylist-downloads.adblockplus.org/easylistdutch+easylist.txt", |