From: Lee <ler762@users.sourceforge.net>
Date: Sun, 1 Mar 2009 18:33:17 +0000 (+0000)
Subject: couple of changes to the yahoo filter
X-Git-Tag: v_3_0_12~49
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/developer-manual/static/diff?a=commitdiff_plain;h=988511f533e0294225b91893d897deb548cead5e;p=privoxy.git

couple of changes to the yahoo filter
-get a bigger email message reply textarea
-block a few more ads
-remove the now useless northbanner css change
---

diff --git a/default.filter b/default.filter
index 621f0c66..0821ae37 100644
--- a/default.filter
+++ b/default.filter
@@ -2,7 +2,7 @@
 # 
 #  File        :  $Source: /cvsroot/ijbswa/current/default.filter,v $
 # 
-#  $Id: default.filter,v 1.69 2009/02/12 15:40:11 ler762 Exp $
+#  $Id: default.filter,v 1.70 2009/02/21 13:01:51 fabiankeil Exp $
 #
 #  Purpose     :  Rules to process the content of web pages
 # 
@@ -600,12 +600,14 @@ s@</head>@\n<style type="text/css">\n\
  /* Style sheet inserted by Privoxy's yahoo filter. */\n\
  \#symadbn, \#ymadbn, .yschbox, .yschhd, .bbox, \#yschsec, \#sec,\
  \#yschanswr, .yschftad, .yschspn, .yschspns, \#ygrp-sponsored-links,\
- \#nwad, \
+ \#nwad, \#MWA2, \#MSCM, \#yregad, \
  \#ks-ypn-ads, .ad, \#east, \#ygrp-vital {display: none !important;}\n\
  \#yschpri, \#yschweb, \#pri, \#web, \#main {width: 100% !important; max-width: 100% !important;}\n\
  \#yschqcon, \#yschtg {width: auto !important; /* No useless horizontal scrollbar please */}\n\
- \#northbanner{min-height:1px !important; height:1px !important; display: none !important;}\n\
- </style>\n$0@
+ \#composebox \#compose_editorArea {width: 70% !important; /* reasonably sized reply textarea please */\n\
+ </style>\n$0\n@
+
+s@(<textarea\s+id="composeArea"[^>]*)width:545px;@$1width:70%;@isU
 
 #################################################################################
 #
@@ -838,6 +840,9 @@ s@^X-Privoxy-Control:.*@@i
 #
 #  Revisions   :
 #     $Log: default.filter,v $
+#     Revision 1.70  2009/02/21 13:01:51  fabiankeil
+#     Make blogspot's feed magic slightly more reliable.
+#
 #     Revision 1.69  2009/02/12 15:40:11  ler762
 #     more yahoo email ad blocking
 #