From: Fabian Keil <fk@fabiankeil.de> Date: Thu, 23 Jun 2011 13:58:53 +0000 (+0000) Subject: Let the yahoo filter hide '.ads' X-Git-Tag: v_3_0_18~215 X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/@default-cgi@/coding.html?a=commitdiff_plain;h=3c5d3feddfd392206430fcef1b4e0e93ce70d74d;p=privoxy.git Let the yahoo filter hide '.ads' --- diff --git a/default.filter b/default.filter index 2598229f..dc6eef82 100644 --- a/default.filter +++ b/default.filter @@ -2,7 +2,7 @@ # # File : $Source: /cvsroot/ijbswa/current/default.filter,v $ # -# $Id: default.filter,v 1.79 2010/09/03 17:40:07 fabiankeil Exp $ +# $Id: default.filter,v 1.80 2011/06/19 12:17:56 fabiankeil Exp $ # # Purpose : Rules to process the content of web pages # @@ -603,7 +603,7 @@ s@</head>@\n<style type="text/css">\n\ \#symadbn, \#ymadbn, .yschbox, .yschhd, .bbox, \#yschsec, \#sec,\ \#yschanswr, .yschftad, .yschspn, .yschspns, \#ygrp-sponsored-links,\ \#nwad, \#MWA2, \#MSCM, \#yregad, \#sponsored-links,\ - \#ks-ypn-ads, .ad, \#east, \#ygrp-vital {display: none !important;}\n\ + \#ks-ypn-ads, .ad, \#east, \#ygrp-vital, .ads {display: none !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\