Name = "Stop status bar scrollers [2007/05/22] fixed" Active = FALSE URL = "$TYPE(htm)" Limit = 8 Match = "(^(^</head>))$STOP()" Replace = "<script> function status(txt){return(1);} </script>\r\n"
Name = "Kill Dynamic HTML JavaScripts [2007/05/22] fixed" Active = FALSE URL = "$TYPE(htm)" Limit = 8 Match = "(^(^</head>))$STOP()" Replace = "<script> function NoWrite(txt){return(1);} document.write=NoWrite; document.writeln=NoWrite; </script>\r\n"
Name = "Stop JavaScript Timers [2007/05/22] fixed" Active = FALSE URL = "$TYPE(htm)" Limit = 8 Match = "(^(^</head>))$STOP()" Replace = "<script> function setTimeout(x,y){return(null);} </script>\r\n"
Name = "Force pop-ups to have browser controls [2007/05/22] fixed" Active = FALSE URL = "$TYPE(htm)" Limit = 8 Match = "(^(^</head>))$STOP()" Replace = "<script>PrxModAtr=1; </script>\r\n"