Just sharing my filters for killing ads, collected from time to time from other users of The Proxomitron, and tweaked them...
I can higly recommend using filters below in combination with the Willem?s blacklist for the Proxomitron, found on:
http://www.eccentrix.com/computer/wirrwarr/Regards,
Chris Buijs.
==== The Proxomitron AD Filters ===
Name = "Kill AD Container"
Active = TRUE
Multi = TRUE
Bounds = "<frames*>|<iframes*</iframe>|<ilayers*</ilayer>|<objects*</object>|<embeds*>|<applets*</applet>"
Limit = 10240
Match = "<(w)1*src=$AV(*://($LST(AdList))2*)*"
Replace = "<!-- AD Container killed -->"
Name = "Kill AD Script"
Active = TRUE
Multi = TRUE
Bounds = "$NEST(<script,/script>)|$NEST(<noscript,/noscript>)|$NEST(<banner,/banner>)"
Limit = 10240
Match = "*(w&&($LST(AdList))1*)*"
Replace = "<!-- AD Script killed -->"
Name = "Kill AD Form"
Active = TRUE
Multi = TRUE
Bounds = "$NEST(<form,/form>)"
Limit = 10240
Match = "*action=$AV(*($LST(AdList))1*)*"
Replace = "<!-- AD Form killed -->"
Name = "Kill AD Link"
Active = TRUE
Multi = TRUE
Bounds = "$NEST(<a,/a>)"
Limit = 10240
Match = "*href=$AV(*($LST(AdList))1*)*"
Replace = "<!-- AD Link killed -->"
Name = "Kill AD Image"
Active = TRUE
Multi = TRUE
Bounds = "<im(g|age)s*>"
Limit = 1024
Match = "<(im(g|age))1*($LST(AdList))2*"
Replace = "<!-- AD Image killed -->"
Name = "Kill Useless ALT attribute"
Active = TRUE
Multi = TRUE
Bounds = "<*im(g|age)s*>"
Limit = 1024
Match = "1alt=$AV(*.(jp(e|)g|gif|png)*)2"
Replace = "12"
Name = "Kill Web Bugs"
Active = TRUE
Multi = TRUE
Bounds = "<im(g|age)s*>"
Limit = 1024
Match = "*(width|height)1=$AV(([#0-3])2)*"
Replace = "<!-- WEB Bug killed -->"
Name = "Kill Banner"
Active = TRUE
Multi = TRUE
Bounds = "<as[^>]++href=*</a>"
Limit = 1024
Match = " <img (1border=w|) 2 src=$AV(*) (3border=w|) 4"
"&(*(src|href)=$LST(AdKeys)|"
"(*width=[#460-480] & *height=[#55-60])|"
"(*width=[#88] & *height=[#31]))*"
Replace = "<!-- Banner Killed -->"