X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=default.filter;h=db161fc9e79a80ed5315c6fd16b28c7a07b1fcb3;hp=8a0ac5f05327cd32e5a37063a7bdbb3c50d4c5dd;hb=2aa2632e43fb79c2a927c1d4acbdaa6b19e28a4e;hpb=1eded09a21258417976c822f12cf92da2de8c2d8 diff --git a/default.filter b/default.filter index 8a0ac5f0..db161fc9 100644 --- a/default.filter +++ b/default.filter @@ -2,7 +2,7 @@ # # File : $Source: /cvsroot/ijbswa/current/default.filter,v $ # -# $Id: default.filter,v 1.51 2007/11/04 16:15:11 fabiankeil Exp $ +# $Id: default.filter,v 1.55 2007/12/31 19:53:59 fabiankeil Exp $ # # Purpose : Rules to process the content of web pages # @@ -293,7 +293,7 @@ s@\1\s]*?(?:\ adclick # See www.dn.se \ | advert # see dict.leo.org \ | atwola\.com/(?:link|redir) # see www.cnn.com \ -| /jump/ # redirs for doublecklick.net ads \ +| doubleclick\.net/jump/ # redirs for doublecklick.net ads \ | counter # common \ | (?@\n\n$0@ @@ -612,25 +612,19 @@ FILTER: msn CSS-based block for MSN text ads. Also removes tracking URLs and a w s@@\n$0@ s@(]*) id=(["']?)ads_[^\2]*\2@$1 class="msn_ads"@Uig s@(]*href=\")http://g.msn.com/.*\?(http://.*)(&&DI=.*)(\")@$1$2$4@Ug s@(]*)gping=\".*\"@$1 title="URL cleaned up by Privoxy's msn filter"@Ug -s@
(

Sponsored sites

)@
$1@ -s@(
|(
([^\s]*).*?\.\.\.\s*(\1)@$2@ig ################################################################################# # @@ -831,6 +830,24 @@ s@^X-Privoxy-Control:.*@@i # # Revisions : # $Log: default.filter,v $ +# Revision 1.55 2007/12/31 19:53:59 fabiankeil +# Let the msn filter remove the width limitation again. +# +# Revision 1.54 2007/12/31 19:11:31 fabiankeil +# - 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. +# +# 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. +# # Revision 1.51 2007/11/04 16:15:11 fabiankeil # - Add client-header taggers: client-ip-address, # http-method, allow-post, complete-url and user-agent.