Certain sites such as
http://www.nhl.com and
http://www.espn.comare "wrapped" by MSN stuff, generally a header, a footer and
some additional advertising block on the side.
I wrote the following rule to get ride of the MSN content, based
on the fact that they conveniently inserted HTML comments to mark
the beginning and end of the MSN content.
Name = "Kill MSN Content"
Active = TRUE
Bounds = "<!--( |-)("|BEGIN |)MSN (Header|Footer|SideBar|module)*MSN (Header|Footer|SideBar|module)* -->"
Limit = 10000
Match = "*"
Replace = "<!-- MSN stuff removed -->"