KawaiiBASIC / classilla

Automatically exported from code.google.com/p/classilla
0 stars 0 forks source link

Implement adblocker #188

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Besides being a nice feature, adblock allows us to repel a lot of crap and 
speed the browser up.

Original issue reported on code.google.com by classi...@floodgap.com on 25 Feb 2012 at 3:36

GoogleCodeExporter commented 9 years ago
I´d suggest to not waste much time on such an adblock, as this "function" is 
already implemented inside the Mac OS (better go for better JavaScript with 
your time *g*). Simply use the control panel TCP/IP, there is the possibility 
to load a hostfile. This means a simple textfile with the URLs redirected to 
0.0.0.0 For example:

adsmart.com CNAME 0.0.0.0
adsmart.net CNAME 0.0.0.0

We coudl together write such an hostfile, get all the adfarms at this textfile, 
and include such improved hostfiles with every new Classilla. For me personally 
that "hostfile feature" makes it possible to include as well FB, google and 
others that crawl for data everywhere. ;)

Original comment by wit...@gmx.net on 27 Feb 2012 at 6:31