From: Fabian Keil <fk@fabiankeil.de>
Date: Thu, 23 Jun 2011 14:04:29 +0000 (+0000)
Subject: Let the msn filter hide elements with the id 's_notf_div'.
X-Git-Tag: v_3_0_18~207
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/%22javascript:back()/@default-cgi@toggle?a=commitdiff_plain;h=58842b486231d1910f7d11132f55e805ec333ed4;p=privoxy.git

Let the msn filter hide elements with the id 's_notf_div'.

They only seem to be used to advertise site 'enhancements'.
---

diff --git a/default.filter b/default.filter
index dc6eef82..72ec7a2e 100644
--- a/default.filter
+++ b/default.filter
@@ -2,7 +2,7 @@
 # 
 #  File        :  $Source: /cvsroot/ijbswa/current/default.filter,v $
 # 
-#  $Id: default.filter,v 1.80 2011/06/19 12:17:56 fabiankeil Exp $
+#  $Id: default.filter,v 1.81 2011/06/23 13:58:53 fabiankeil Exp $
 #
 #  Purpose     :  Rules to process the content of web pages
 # 
@@ -632,6 +632,7 @@ s@</head>@<style type="text/css">\n\
  max-width: 100% !important; /* width:100% sometimes causes horizontal scrollbars */}\n\
  /* Remove "suggestions". They are next to worthless but partly overlap with the search results */\n\
  .suggestion, \#nys_right, \#nys {clear: both; display:none;}\n\
+ \#s_notf_div,\n \
  /* Overlay ads to enable Facebook 'likes' in search results. */\n\
  .sn_container {display:none !important;}\n\
  \#content {padding-right: 0;}\n\