All Projects β†’ hectorm β†’ Hblock

hectorm / Hblock

Licence: mit
Improve your security and privacy by blocking ads, tracking and malware domains.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Hblock

Blacklist
Curated and well-maintained hostfile to block ads, tracking, cryptomining, and more! Updated regularly. βš‘πŸ”’
Stars: ✭ 492 (-32.04%)
Mutual labels:  adblock, ads, adblocker, blocker, tracking, hosts, dnsmasq, hostsfile, privacy
1hosts
DNS filter-/blocklists | safe. private. clean. browsing!
Stars: ✭ 85 (-88.26%)
Mutual labels:  adblock, ads, tracking, dns, hostsfile, privacy, malware
Block
Let's make an annoyance free, better open internet, altogether!
Stars: ✭ 1,849 (+155.39%)
Mutual labels:  adblock, ad-blocker, tracking, privacy, malware, protection, ransomware
Ultimate.hosts.blacklist
The Ultimate Unified Hosts file for protecting your network, computer, smartphones and Wi-Fi devices against millions of bad web sites. Protect your children and family from gaining access to bad web sites and protect your devices and pc from being infected with Malware or Ransomware.
Stars: ✭ 606 (-16.3%)
Mutual labels:  ad-blocker, blocker, hosts, hostsfile, malware, ransomware
Hosts
πŸ”’ Consolidating and extending hosts files from several well-curated sources. Optionally pick extensions for porn, social media, and other categories.
Stars: ✭ 19,363 (+2574.45%)
Mutual labels:  ad-blocker, hosts, privacy, malware, protection, ransomware
Hosts.extras
Extra rules for https://github.com/StevenBlack/hosts project
Stars: ✭ 120 (-83.43%)
Mutual labels:  adblock, adblocker, hosts, hostsfile, privacy
Hosts Blocklists
Automatically updated, moderated and optimized lists for blocking ads, trackers, malware and other garbage
Stars: ✭ 1,749 (+141.57%)
Mutual labels:  adblock, ads, dns, dnsmasq, malware
Hostsvn
Hosts block ads of Vietnamese
Stars: ✭ 145 (-79.97%)
Mutual labels:  adblock, hosts, hostsfile, privacy, protection
smashblock
πŸ“‘ πŸ›‘οΈA self-updating extensive blocklist filter for AdGaurd. Be sure to 🌟 this repository for updates!
Stars: ✭ 66 (-90.88%)
Mutual labels:  tracking, protection, ads, ad-blocker, blocker
Polish Ads Filter
CertyficateIT - Oficjalne polskie filtry do Adblock, uBlock Origin, Adguard
Stars: ✭ 462 (-36.19%)
Mutual labels:  adblock, ad-blocker, blocker, hosts, hostsfile
GameIndustry-hosts-Template
Unique host templates to enhance own privacy in games, websites and regulary software on Desktop and Android devices
Stars: ✭ 25 (-96.55%)
Mutual labels:  protection, hosts, adblock, hostsfile
energizedprotection
Energized Protection Magisk Module.
Stars: ✭ 70 (-90.33%)
Mutual labels:  tracking, privacy, protection, adblock
hosts
πŸ„―Curated lists of hosts files with various domain blocks.πŸ„―
Stars: ✭ 15 (-97.93%)
Mutual labels:  privacy, hosts, adblock, hostsfile
Blocky
Fast and lightweight DNS proxy as ad-blocker for local network with many features
Stars: ✭ 523 (-27.76%)
Mutual labels:  adblock, adblocker, ad-blocker, dns
Blokada
The official repo for Blokada for Android and iOS.
Stars: ✭ 2,427 (+235.22%)
Mutual labels:  adblocker, blocker, dns, privacy
Pornlist
Ad-blocking porn websites filter list for Adblock Plus and uBlock Origin.
Stars: ✭ 21 (-97.1%)
Mutual labels:  adblock, ads, adblocker, ad-blocker
Neodevhost
The Powerful Friendly Uptodate AD Blocking Hosts ζœ€ζ–°εΌΊε€§θ€Œε‹ε–„ηš„εŽ»εΉΏε‘Š
Stars: ✭ 336 (-53.59%)
Mutual labels:  adblock, ads, dnsmasq, hostsfile
ADios
ADBlocker - Block ADS on Twitch, Spotify and EVERYWHERE via the HOST File, PI-Hole, Adblocker Add-on, DNSMasq, Response Policy Zone and Adguard Services. - ADios ADS !
Stars: ✭ 73 (-89.92%)
Mutual labels:  dnsmasq, adblock, hostsfile, adblocker
AdClear-Open-Source-Issue-Tracker
Open Source Issue Tracker for AdClear non-root ad blocker for Android
Stars: ✭ 101 (-86.05%)
Mutual labels:  ad-blocker, adblock, blocker, adblocker
Hosts
Hostfile blocklist for ads and tracking, updated regularly
Stars: ✭ 398 (-45.03%)
Mutual labels:  ads, ad-blocker, hostsfile, privacy

Improve your security and privacy by blocking ads, tracking and malware domains.

What is this for?

hBlock is a POSIX-compliant shell script that gets a list of domains that serve ads, tracking scripts and malware from multiple sources and creates a hosts file, among other formats, that prevents your system from connecting to them.

Installation

hBlock is available in various package managers. Please check the PACKAGES.md file for an up-to-date list.

The latest available version can also be installed manually by running the following commands:

curl -o /tmp/hblock 'https://raw.githubusercontent.com/hectorm/hblock/v3.2.1/hblock' \
  && echo '698932a84a0cd51ee633c84ca36713e520a0f40c30e2afc59b0fd7016c9c70f8  /tmp/hblock' | shasum -c \
  && sudo mv /tmp/hblock /usr/local/bin/hblock \
  && sudo chown 0:0 /usr/local/bin/hblock \
  && sudo chmod 755 /usr/local/bin/hblock

Additionally, a systemd timer can be set to regularly update the hosts file for new additions.

Usage

The default behavior of hBlock can be adjusted with multiple options. Use the --help option or check the hblock.1.md file for the full list.

asciicast

Nightly builds

Nightly builds of the hosts file, among other formats, can be found on the hBlock website.

Temporarily disable hBlock

Sometimes you may need to temporarily disable hBlock, a quick option is to generate a hosts file without any blocked domains by running the following command:

hblock -S none -D none

I found a false positive, what should I do?

It's possible that sometimes one of the hBlock sources includes a domain that shouldn't be blocked, in those cases the best way to proceed is to temporarily add said domain to the allowlist and report the problem to the original blocklist author. This way it will also be automatically removed from hBlock within 24h.

To find which blocklist is behind a false positive you can clone the hMirror project and search for that domain. Although please note that not all hMirror blocklists are used by default in hBlock, an updated list of the sources used can be found in the SOURCES.md file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].