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