X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=doc%2Fwebserver%2Fuser-manual%2Ffilter-file.html;h=5ea91beeedb43a61861946f07cd6b853981ab90b;hp=99401da273b731a5fdf1f56cbb7fd6dad2cf1131;hb=ae6beecce49ef10b169c4b843580985430bc698b;hpb=6cb41778d4fe473b3aa421acbee208a99f2df27b diff --git a/doc/webserver/user-manual/filter-file.html b/doc/webserver/user-manual/filter-file.html index 99401da2..5ea91bee 100644 --- a/doc/webserver/user-manual/filter-file.html +++ b/doc/webserver/user-manual/filter-file.html @@ -7,13 +7,13 @@ NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+ ">Privoxy 3.0.4 User ManualPrivoxy 3.0.5 User Manual"action". Mulitple filter files can be +>. Multiple filter files can be defined through the filters, you should first be familiar with HTML syntax, and, of course, regular expressions. By default, filters are only applied - to the document content, but can be extended to the headers with + to the raw document content, but can be extended to the HTTP headers with the supplemental actions: is supported, which turns the default to ungreedy matching.

If you are new to regular expressions, you might want to take a look at +> If you are new to + "Regular + Expressions", you might want to take a look at the Appendix on regular expressions

9.1. Filter File Tutorial

\1 is - a backreference to the first parenthesis just like $1 above, @@ -679,7 +688,7 @@ CLASS="EMPHASIS" >pattern, a backslash indicates - a backreference, whereas in the

  • removes code that causes new windows to be opened with undesired properties, such as being - full-screen, non-resizable, without location, status or menu bar etc. + full-screen, non-resizeable, without location, status or menu bar etc.

  • MARQUEE tags are neutralized (yeah baby!), and browser windows will be created as - resizable (as of course they should be!), and will have location, + resizeable (as of course they should be!), and will have location, scroll and menu bars -- even if specified otherwise.

    Most cookies are set in the HTTP dialogue, where they can be intercepted +> Most cookies are set in the HTTP dialog, where they can be intercepted by the

    Technical note: The filter works by redefining the window.open JavaScript function to a dummy function during the loading and rendering phase of each - HTML page access, and restoring the function afterwards. + HTML page access, and restoring the function afterward.

    This filter translates the MS-only characters into Latin-1 equivalents. It is not necessary when using MS products, and will cause corruption of all documents that use 8-bit character sets other than Latin-1. It's mostly - worthwhile for Europeans on non-MS platforms, if wierd garbage characters + worthwhile for Europeans on non-MS platforms, if weird garbage characters sometimes appear on some pages, or user agents that don't correct for this on the fly. @@ -1364,7 +1373,7 @@ VALIGN="top" WIDTH="33%" ALIGN="right" VALIGN="top" ->TemplatesPrivoxy's Template Files