From bca16f2a939b46e8f443db90f87c275bd1b43c6a Mon Sep 17 00:00:00 2001 From: Fabian Keil <fk@fabiankeil.de> Date: Sat, 3 Oct 2009 10:38:58 +0000 Subject: [PATCH] Update the msn filter to remove the width restrictions again. --- default.filter | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.filter b/default.filter index aaeb57ea..fad295af 100644 --- a/default.filter +++ b/default.filter @@ -2,7 +2,7 @@ # # File : $Source: /cvsroot/ijbswa/current/default.filter,v $ # -# $Id: default.filter,v 1.72 2009/05/16 13:27:20 fabiankeil Exp $ +# $Id: default.filter,v 1.73 2009/10/01 15:04:52 fabiankeil Exp $ # # Purpose : Rules to process the content of web pages # @@ -621,7 +621,7 @@ s@</head>@<style type="text/css">\n\ /* Style sheet inserted by Privoxy's msn filter. */\n\ .msn_ads, \#at, \#ar, .mktmsg {display: none !important;}\n\ \#results, .flank, .results_area_flank, .results_area_stroke,\n\ - \#results_area, .SearchSection, .not, .sc_rslth1\n\ + \#results_area, \#content, .sb_tlst, .sa_cc, .sb_ph, \#sw_main,\n\ .content, \#sw_foot, \#bf, \#sw_content, \#sidebar, \#pag\n\ {width: 99% !important; min-width: 99% !important;\n\ max-width: 100% !important; /* width:100% sometimes causes horizontal scrollbars */}\n\ -- 2.49.0