Blog

Stratux
European Edition | 4/4/2024

As many may know, I have taken over responsibility for the Stratux traffic alerting system ... Read More

AutoWWW 1.1 Released
11/9/2014 | Comments: 2

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

More Blog Entries

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