From f500d7362572c2d469df3af606feffe5d4e50142 Mon Sep 17 00:00:00 2001 From: oes Date: Fri, 25 May 2001 13:55:03 +0000 Subject: [PATCH] Reinstalled Rodneys jobs for (frame)borders --- re_filterfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/re_filterfile b/re_filterfile index 6e40a899..48645cfe 100644 --- a/re_filterfile +++ b/re_filterfile @@ -34,7 +34,9 @@ s/menubar="?(no|0)"?/menubar=1/ig #s/margin(height|width)=[0-9]*//gi # Remove frameborder=0 and border=0 from framesets -s/(]+?)border=['"]?(no|0)['"]?/$1/ig +s/(]+?)frameborder=['"]?(no|0)['"]?/$1/ig # The status bar is for displaying link targets, not pointless buzzwords. # Again, check it out on http://www.airport-cgn.de/ @@ -44,7 +46,7 @@ s/status='.*?';*//ig # Kill *all* popups a la popup.c. (But for *all* sites, so I wouldn't do that.) # # JavaScript: s/window\.open\(/who_wants_this_to.open(/ig -# HTML : s/target="?_blank"?/target_who/g +# HTML : s/target=['"]?_blank['"]?/target_who/g # Kill banners by size: # (Sizes from http://www.iab.net/iab_banner_standards/bannersizes.html) -- 2.39.2