Blog

AutoWWW 1.1 Released
11/9/2014

AutoWWW 1.1 has just been released for Linux. Windows builds do not exist yet, but ... Read More

Backups done right
8/12/2013

Since this is a Blog, I've decided that I should start using it as such and therefore, ... Read More

New Website
2/27/2013 | Comments: 1

Tired of always looking on the ugly pages of my projects? There is now one new ... Read More

Adblock API

AutoWWW provides a basic advertisement blocking mechanism, that can be enabled through python.
Import it with "import adblock", then use the functions below.

adblock.enable_adblock(filterlist=None)

Enables adblock. By default the easylist filter list will be used. You might provide your own filter list if needed

adblock.disable_adblock()

Disables adblock