A new filter I put together, this takes care of links which like to write extra info into the status bar. The filter puts the info into the title attribute, where it belongs.
[Patterns]
Name = "onMouseOver to title"
Active = TRUE
Multi = TRUE
URL = "$TYPE(htm)"
Bounds = "<(a|area)s*>"
Limit = 512
Match = "2 onMouseOver=$AV((self.|)status='*1';return true) 3"
Replace = "2 title="1" 3"
Todo: find a way to remove the backslashes (required by the js method) from the title attribute values.[Edit: URL = "$TYPE(htm)" added]
Edited by - Jor on 18 Jun 2002 15:50:44