I forgot where I found this filter, but made a small alteration to it:
[Patterns]
Name = "Kill clueless ALT attributes"
Active = TRUE
Multi = TRUE
URL = "$TYPE(htm)"
Bounds = "<i(mg|nput)s*>"
Limit = 256
Match = "1 alt=$AV((*.(gif|png|jpg|jpeg|jpe|bmp|xbm)*)|*size*b)"
" 2"
Replace = "1 alt="" 2"
This will remove any alt attributes which contain the image name itself, or it's filesize. Replace alt="" in the replace section with whatever you like, or leave it blank.
Edited by - Jor on 18 Jun 2002 15:49:00