From: Fabian Keil Date: Mon, 31 Dec 2007 19:11:31 +0000 (+0000) Subject: - Let the yahoo filter remove the width limitation again. X-Git-Tag: v_3_0_8~30 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=f3ea9cdda9262225ba746cc6a4ab8483d8e8fe9a - Let the yahoo filter remove the width limitation again. - Teach the blogspot filter to remove useless feed comment titles that only contain the beginning of the actual comment. --- diff --git a/default.filter b/default.filter index b4e77ad8..7f37eb0a 100644 --- a/default.filter +++ b/default.filter @@ -2,7 +2,7 @@ # # File : $Source: /cvsroot/ijbswa/current/default.filter,v $ # -# $Id: default.filter,v 1.52 2007/11/27 18:35:48 fabiankeil Exp $ +# $Id: default.filter,v 1.53 2007/12/23 15:48:12 fabiankeil Exp $ # # Purpose : Rules to process the content of web pages # @@ -589,7 +589,6 @@ s@(
@\n\n$0@ @@ -636,6 +635,9 @@ s@(]*)gping=\".*\"@$1 title="URL cleaned up by Privoxy's msn filter"@Ug # appear to early or not at all and as fixing this would require a browser # that understands background-size (CSS3), they are removed instead. # +# When applied to feeds, it removes comment titles that +# only contain the beginning of the actual comment. +# ################################################################################# FILTER: blogspot Cleans up some Blogspot blogs. Read the fine print before using this. @@ -654,6 +656,8 @@ s@|(
([^\s]*).*?\.\.\.\s*(\1)@$2@ig ################################################################################# # @@ -826,6 +830,13 @@ s@^X-Privoxy-Control:.*@@i # # Revisions : # $Log: default.filter,v $ +# Revision 1.53 2007/12/23 15:48:12 fabiankeil +# - Lo and behold, the CSS fix for the MSN buttons is no longer necessary. +# - Add some new selectors the msn filter should hide. +# - Add the two yahoo selectors Lee reported in #1856574. +# - Add comments that the width limitation fixes stopped +# working for the msn and yahoo filter. +# # Revision 1.52 2007/11/27 18:35:48 fabiankeil # Update CSS for the yahoo filter. #