Hi,
some webpages contain ads that have an invalid ALT-field, e.g.,
http://searchenginewatch.com/webmasters/frames.html. After filtering using the Banner Blaster (limit text), only [] is left over. By modifying this filter as follows, at least the text [Ad] is displayed.
Maybe this idea is useful for the next version?
Bye,
Lennert.
Name = "Banner Blaster (limit text)"
Active = TRUE
Multi = TRUE
Bounds = "<(as[^>]++href=*</a>|input*>|layer*>)"
Limit = 900
Match = "(<layer*|1<i(mg|mage|nput)*src=$AV(*)*>3)"
"&(*(href|src)=$AV($LST(AdKeys)*)|"
"*http://*<i(mg|mage|nput)s(*>&&"
"(*width=[#460-480]&*height=[#55-60]*)|"
"(*width=[#88]&*height=[#31]*)))"
"&(*alt=$AV((?+{18})2*|(?+{2})2*)|$SET(2=Ad))"
Replace = "<center>1<font size=1 color=red>[2]</font>3</center>"