adblock: add lightswitch05 blocklist source 19419/head
authorJames McGuire <jamesm51@gmail.com>
Sat, 24 Sep 2022 21:49:21 +0000 (14:49 -0700)
committerJames McGuire <jamesm51@gmail.com>
Sat, 24 Sep 2022 21:49:21 +0000 (14:49 -0700)
Signed-off-by: James McGuire <jamesm51@gmail.com>
net/adblock/Makefile
net/adblock/files/README.md
net/adblock/files/adblock.sources

index 681e56ad9c2612f39d710e0f33cacdd35d6bff27..f162ac526d4e2b22e615956f9a7ea64666ee71d7 100644 (file)
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=adblock
 PKG_VERSION:=4.1.4
-PKG_RELEASE:=3
+PKG_RELEASE:=4
 PKG_LICENSE:=GPL-3.0-or-later
 PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>
 
index 17379ae5f4447f2298c88a857a40bcb9bdbad52b..7e62306adbe5dcd82602f8e7a00ef011c0e313e5 100644 (file)
@@ -23,6 +23,7 @@ A lot of people already use adblocker plugins within their desktop browsers, but
 | firetv_tracking     |         | S    | tracking         | [Link](https://github.com/Perflyst/PiHoleBlocklist)                               |
 | games_tracking      |         | S    | tracking         | [Link](https://www.gameindustry.eu)                                               |
 | hblock              |         | XL   | compilation      | [Link](https://hblock.molinero.dev)                                               |
+| lightswitch05       |         | XL   | compilation      | [Link](https://github.com/lightswitch05/hosts)                                    |
 | notracking          |         | XL   | tracking         | [Link](https://github.com/notracking/hosts-blocklists)                            |
 | oisd_basic          |         | L    | general          | [Link](https://oisd.nl)                                                           |
 | oisd_nsfw           |         | XL   | general          | [Link](https://oisd.nl)                                                           |
index 806b50d9ff0868100271997955685dc5f76778e7..1dce4bda7958824a71e8543ad21451914c0e6a13 100644 (file)
                "focus": "compilation",
                "descurl": "https://hblock.molinero.dev"
        },
+        "lightswitch05": {
+                "url": "https://www.github.developerdan.com/hosts/lists/ads-and-tracking-extended.txt",
+               "rule": "/^0\\.0\\.0\\.0[[:space:]]+([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower($2)}",
+                "size": "XL",
+                "focus": "compilation",
+                "descurl": "https://github.com/lightswitch05/hosts"
+        },
        "notracking": {
                "url": "https://raw.githubusercontent.com/notracking/hosts-blocklists/master/dnscrypt-proxy/dnscrypt-proxy.blacklist.txt",
                "rule": "/^([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower($1)}",