Old Proxomitron Forums
Proxomitron Filters - Discussions welcome => Spam Blockers => Topic started by: cbuijs on March 14, 2002, 08:30:34 PM
-
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 -->"
-
Thanks Chris for your filters,
I just have installed your filters and it works fine. However, I do get into a trouble in opening some pages. I am referring links which includes # symbols in the sentence. Normally when it is clicked, it opens up a new page. After I use your filter, I could no longer do so. I am not sure which filter causes the problem So could you tell me which one should I turn off?
-
Hello cbuijus and welcome. Just at heads up on the Willem's blocklist. I believe that there were two newer versions of Proxo that had came out since his last update, and that his blocklist will give trouble with the newer releases. While Scott Lemmon has updated Willem did not.
Since then, new releases of the Proxomitron have come and gone which WillemList isn't prepared for.
-cj.- 
______