From: Fabian Keil <fk@fabiankeil.de> Date: Sat, 3 Oct 2009 10:39:33 +0000 (+0000) Subject: Update the yahoo filter to remove the width restrictions again. X-Git-Tag: v_3_0_15~35 X-Git-Url: http://www.privoxy.org/gitweb/%22https:/developer-manual/man-page/static/@default-cgi@edit-actions-add-url-form?a=commitdiff_plain;h=fb829856f1f873c5d14f381c5a34cd26da79421c;p=privoxy.git Update the yahoo filter to remove the width restrictions again. --- diff --git a/default.filter b/default.filter index fad295af..9f4fd389 100644 --- a/default.filter +++ b/default.filter @@ -2,7 +2,7 @@ # # File : $Source: /cvsroot/ijbswa/current/default.filter,v $ # -# $Id: default.filter,v 1.73 2009/10/01 15:04:52 fabiankeil Exp $ +# $Id: default.filter,v 1.74 2009/10/03 10:38:58 fabiankeil Exp $ # # Purpose : Rules to process the content of web pages # @@ -602,7 +602,10 @@ s@</head>@\n<style type="text/css">\n\ \#yschanswr, .yschftad, .yschspn, .yschspns, \#ygrp-sponsored-links,\ \#nwad, \#MWA2, \#MSCM, \#yregad, \#sponsored-links,\ \#ks-ypn-ads, .ad, \#east, \#ygrp-vital {display: none !important;}\n\ - \#yschpri, \#yschweb, \#pri, \#web, \#main {width: 100% !important; max-width: 100% !important;}\n\ + \#yschpri, \#yschweb, \#pri, \#web, \#main, .yschttl, .abstr, .res \n\ + {width: 99% !important; max-width: 100% !important;}\n\ + .yschttl, .res, .res.indent, \#web {padding: 0px; margin: 0px !important;}\n\ + \#web {padding-left: 0.5em}\n\ \#yschqcon, \#yschtg {width: auto !important; /* No useless horizontal scrollbar please */}\n\ \#composebox \#compose_editorArea {width: 70% !important; /* reasonably sized reply textarea please */\n\ </style>\n$0\n@