Not liking it at all

This commit is contained in:
FbIN Support 2026-04-08 23:44:29 +05:30
commit f29773f792

44
hblock
View file

@ -45,24 +45,24 @@ HBLOCK_FOOTER_BUILTIN=''
# One such list is: https://ublockorigin.pages.dev/ublock/assets.json
HBLOCK_SOURCES_BUILTIN="$(cat <<-'EOF'
https://a.dove.isdumb.one/list.txt
https://abpvn.com/android/abpvn.txt
https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt
https://cdn.jsdelivr.net/gh/hagezi/dns-blocklists@latest/adblock/light.txt
https://cdn.jsdelivr.net/gh/hagezi/dns-blocklists@latest/adblock/multi.txt
https://cdn.jsdelivr.net/gh/hagezi/dns-blocklists@latest/adblock/pro.plus.txt
https://cdn.jsdelivr.net/gh/hagezi/dns-blocklists@latest/adblock/pro.txt
https://cdn.jsdelivr.net/gh/hagezi/dns-blocklists@latest/adblock/tif.txt
https://cdn.jsdelivr.net/gh/hagezi/dns-blocklists@latest/adblock/ultimate.txt
https://easylist.to/easylist/easylist.txt
https://easylist.to/easylist/easyprivacy.txt
https://filters.adtidy.org/extension/ublock/filters/11.txt
https://filters.adtidy.org/extension/ublock/filters/2.txt
https://filters.adtidy.org/extension/ublock/filters/4.txt
# https://abpvn.com/android/abpvn.txt
# https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt
# https://cdn.jsdelivr.net/gh/hagezi/dns-blocklists@latest/adblock/light.txt
# https://cdn.jsdelivr.net/gh/hagezi/dns-blocklists@latest/adblock/multi.txt
# https://cdn.jsdelivr.net/gh/hagezi/dns-blocklists@latest/adblock/pro.plus.txt
# https://cdn.jsdelivr.net/gh/hagezi/dns-blocklists@latest/adblock/pro.txt
# https://cdn.jsdelivr.net/gh/hagezi/dns-blocklists@latest/adblock/tif.txt
# https://cdn.jsdelivr.net/gh/hagezi/dns-blocklists@latest/adblock/ultimate.txt
# https://easylist.to/easylist/easylist.txt
# https://easylist.to/easylist/easyprivacy.txt
# https://filters.adtidy.org/extension/ublock/filters/11.txt
# https://filters.adtidy.org/extension/ublock/filters/2.txt
# https://filters.adtidy.org/extension/ublock/filters/4.txt
https://git.flossboxin.org.in/vdbhb59/hosts/raw/branch/main/curated.txt
https://git.flossboxin.org.in/vdbhb59/hosts/raw/branch/main/domain_hosts.txt
https://pgl.yoyo.org/adservers/serverlist.php?hostformat=adblockplus&showintro=1&mimetype=plaintext
https://phishing.army/download/phishing_army_blocklist.txt
https://raw.githubusercontent.com/bigdargon/hostsVN/master/hosts
# https://pgl.yoyo.org/adservers/serverlist.php?hostformat=adblockplus&showintro=1&mimetype=plaintext
# https://phishing.army/download/phishing_army_blocklist.txt
# https://raw.githubusercontent.com/bigdargon/hostsVN/master/hosts
https://raw.githubusercontent.com/hectorm/hmirror/master/data/adaway.org/list.txt
https://raw.githubusercontent.com/hectorm/hmirror/master/data/adblock-nocoin-list/list.txt
https://raw.githubusercontent.com/hectorm/hmirror/master/data/adguard-simplified/list.txt
@ -112,12 +112,12 @@ HBLOCK_SOURCES_BUILTIN="$(cat <<-'EOF'
https://raw.githubusercontent.com/hectorm/hmirror/master/data/ublock-badware/list.txt
https://raw.githubusercontent.com/hectorm/hmirror/master/data/ublock-privacy/list.txt
https://raw.githubusercontent.com/hectorm/hmirror/master/data/urlhaus/list.txt
https://raw.githubusercontent.com/RPiList/specials/master/Blocklisten/malware
https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts
https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts
https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts
https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
https://urlhaus.abuse.ch/downloads/hostfile/
# https://raw.githubusercontent.com/RPiList/specials/master/Blocklisten/malware
# https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts
# https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts
# https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts
# https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
# https://urlhaus.abuse.ch/downloads/hostfile/
EOF
)"