Skip to content
forked from MattiSG/adblock

Block ads and trackers system-wide, before a request is even issued.

Notifications You must be signed in to change notification settings

gitmellow/adblock

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Block any outgoing request to ad and tracker servers, system-wide.

Usage

$ sudo adblock [--force] [on]	# installs or updates the blocklist, --force to ignore lack of updates
$ sudo adblock off	# deactivates blocking, so you can access, for example, affiliate links

Yes, you'll need to sudo, since you impact DNS resolution for the whole system.

Installation

On OS X with brew

If you're on OS X and use Homebrew:

brew install mattisg/mattisg/adblock

Other systems

You can download this repo as a ZIP and install the adblock script anywhere you want, or use this one-liner:

sudo mkdir -p /usr/local/bin && sudo curl -\# https://raw.githubusercontent.com/MattiSG/adblock/master/adblock --output /usr/local/bin/adblock && sudo chmod u+x /usr/local/bin/adblock

Copy and paste the above to a Terminal prompt and press enter.

What does it block?

Ads, shock sites, hijack sites, malware servers, click trackers, popup traps (sites that make you confirm on and on), spam sending servers…

If you still see some ads after installing, please identify the domain that serves them, and send a request to Dan Pollock at [email protected].

How does it work?

This script is a simple wrapper around downloading and installing Pollock’s hosts file.

Dan Pollock maintains a list of servers to block based on community reports. This list is then simply formatted as a hosts file.

A hosts file maps hostnames (i.e. domains) to IPs. It does the same job as a DNS, but the lookup is made entirely locally.

This feature is used to map all the domains to blacklist to the 0.0.0.0 IP meta-address.

About

Block ads and trackers system-wide, before a request is even issued.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%