X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=default.filter;h=7fcae8771d98d130a445246c796d4561e2f8fb45;hb=80c69e79035306553c98dce23cd15fc42b6697fe;hp=e3979d29d4f1e42f64c03bbb8b60d0a3deaae8eb;hpb=6de1ea3d1b299cc82f44dd195bd5610e76da829f;p=privoxy.git diff --git a/default.filter b/default.filter index e3979d29..7fcae877 100644 --- a/default.filter +++ b/default.filter @@ -2,7 +2,7 @@ # # File : $Source: /cvsroot/ijbswa/current/default.filter,v $ # -# $Id: default.filter,v 1.46 2007/10/06 09:54:13 fabiankeil Exp $ +# $Id: default.filter,v 1.59 2008/04/23 16:18:18 fabiankeil Exp $ # # Purpose : Rules to process the content of web pages # @@ -52,7 +52,7 @@ # # Note that you are free to choose the delimiter as you see fit. # -# Note2: In addidion to the Perl options gimsx, the following nonstandard +# Note2: In addition to the Perl options gimsx, the following nonstandard # options are supported: # # 'U' turns the default to ungreedy matching. Add ? to quantifiers to @@ -77,17 +77,17 @@ ################################################################################# # -# js-annoyances: Get rid of particularly annoying JavaScript abuse +# js-annoyances: Get rid of particularly annoying JavaScript abuse. # ################################################################################# -FILTER: js-annoyances Get rid of particularly annoying JavaScript abuse +FILTER: js-annoyances Get rid of particularly annoying JavaScript abuse. # Note: Most of these jobs would be safer if restricted to a # +isU s@([^\w\s.]\s*)((?:map)?(window|this|parent)\.?)?open\s*\(@$1PrivoxyWindowOpen(@ig @@ -202,10 +202,10 @@ s+([^'"]\s*)(?!\s*(\\n|'|"))+$1@