From: oes Date: Tue, 12 Mar 2002 11:59:20 +0000 (+0000) Subject: Beefed up Buzzword Bingo X-Git-Tag: v_2_9_12~53 X-Git-Url: http://www.privoxy.org/gitweb/installation.html?a=commitdiff_plain;h=d20be58bf045c0deae4e522b8c895b05d77644ab;p=privoxy.git Beefed up Buzzword Bingo --- diff --git a/re_filterfile b/re_filterfile index 29cb9224..9582ef39 100644 --- a/re_filterfile +++ b/re_filterfile @@ -27,6 +27,9 @@ # # Revisions : # $Log: re_filterfile,v $ +# Revision 1.20 2002/03/12 01:42:50 oes +# Introduced modular filters +# # Revision 1.19 2002/03/10 19:49:24 oes # Added expression to kill referer tracking in JavaScripts # @@ -205,9 +208,18 @@ FILTER: fun s/microsoft(?!.com)/MicroSuck/ig -# Buzzword Bingo: -# -s/industry-leading|cutting-edge|award-winning/BINGO!/ig +# Buzzword Bingo (example for extended syntax) +# +s* industry[ -]leading \ +| cutting[ -]edge \ +| award[ -]winning # Comments are OK, too!\ +| high[ -]performance \ +| solutions[ -]based \ +| unmatched \ +| unparalleled \ +| unrivalled \ +*BINGO! \ +*igx #################################################################################