diff options
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", |