From 7c66d054bf00f387a04cd174da99064f88c21cab Mon Sep 17 00:00:00 2001 From: Dirk Brenken Date: Tue, 10 May 2022 16:53:52 +0200 Subject: adblock: list maintenance * add new oisd nsfw source (XL) * change korean source name (again) * update readme Signed-off-by: Dirk Brenken --- net/adblock/files/adblock.sources | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'net/adblock/files/adblock.sources') 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", -- cgit v1.2.3