Author Topic: Remove Dramatic Transition Effects from Web Pages  (Read 2165 times)

pooms

  • Jr. Member
  • **
  • Posts: 75
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • Email
Remove Dramatic Transition Effects from Web Pages
« on: April 23, 2002, 02:30:40 AM »
One web site that I visit has this very tacky, stupid looking
transition effect when you leave one of their pages. (Visit
http://www.airspacemag.com to see what I mean). I finally
got around to looking at the HTML to see what they were doing
and it is an IE specific <META> tag. I found the following page that describes
the tacky page transitions that can be done, which makes it easy
to write a rule to remove them:
http://www.inquiry.com/techtips/web_pro/10min/10min0200/10min0200.asp

Here is my rule:

Name = "Remove Transition Effects"
Active = TRUE
Limit = 256
Match = "<meta*http-equiv=$AV((site|page)-(enter|exit))*content=$AV((RevealTrans|BlendTrans)*)*>"
Replace = "<!-- Transition Effect Removed -->"




Edited by - pooms on 23 Apr 2002  05:29:01