Add demoronizer to filter section.
authorhal9 <hal9@users.sourceforge.net>
Sat, 12 Oct 2002 00:51:53 +0000 (00:51 +0000)
committerhal9 <hal9@users.sourceforge.net>
Sat, 12 Oct 2002 00:51:53 +0000 (00:51 +0000)
doc/source/user-manual.sgml

index c985367..d9d4b3a 100644 (file)
@@ -32,7 +32,7 @@
                 This file belongs into
                 ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
 
- $Id: user-manual.sgml,v 1.123.2.20 2002/10/10 03:49:21 hal9 Exp $
+ $Id: user-manual.sgml,v 1.123.2.21 2002/10/10 04:09:35 hal9 Exp $
 
  Copyright (C) 2001, 2002 Privoxy Developers <developers@privoxy.org>
  See LICENSE.
@@ -58,7 +58,7 @@
  </subscript>
 </pubdate>
 
-<pubdate>$Id: user-manual.sgml,v 1.123.2.20 2002/10/10 03:49:21 hal9 Exp $</pubdate>
+<pubdate>$Id: user-manual.sgml,v 1.123.2.21 2002/10/10 04:09:35 hal9 Exp $</pubdate>
 
 <!--
 
@@ -2593,6 +2593,10 @@ problem-host.example.com</screen>
     <anchor id="filter-js-events">
     <screen>+filter{js-events}           # Kill all JS event bindings (<emphasis>Radically destructive!</emphasis> Only for extra nasty sites) </screen>
    </para>
+   <para>
+    <anchor id="filter-demoronizer">
+    <screen>+filter{demoronizer}         # Fix non-standard MS font extensions for non-MS browsers</screen>
+   </para>
   </listitem>
  </varlistentry>
 </variablelist>
@@ -5689,6 +5693,9 @@ In file: user.action <guibutton>[ View ]</guibutton> <guibutton>[ Edit ]</guibut
  Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
  $Log: user-manual.sgml,v $
+ Revision 1.123.2.21  2002/10/10 04:09:35  hal9
+ s/Advanced/Radical/ and added very brief note.
+
  Revision 1.123.2.20  2002/10/10 03:49:21  hal9
  Add notes to session-cookies-only and Quickstart about pre-existing
  cookies. Also, note content-cookies work differently.