|
current default.filter,1.53,1.54: msg#00069web.privoxy.cvs
Update of /cvsroot/ijbswa/current In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv9410 Modified Files: default.filter Log Message: - 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. Index: default.filter =================================================================== RCS file: /cvsroot/ijbswa/current/default.filter,v retrieving revision 1.53 retrieving revision 1.54 diff -u -d -r1.53 -r1.54 --- default.filter 23 Dec 2007 15:48:12 -0000 1.53 +++ default.filter 31 Dec 2007 19:11:31 -0000 1.54 @@ -589,7 +589,6 @@ ################################################################################# # # yahoo: CSS-based block for Yahoo text ads. Also removes a width limitation. -# XXX: the width limitation part is currently broken. # ################################################################################# FILTER: yahoo CSS-based block for Yahoo text ads. Also removes a width limitation. @@ -599,7 +598,7 @@ \#symadbn, \#ymadbn, .yschbox, .yschhd, .bbox, \#yschsec, \#sec,\ \#yschanswr, .yschftad, .yschspn, .yschspns, \#ygrp-sponsored-links,\ \#ks-ypn-ads, .ad, \#ygrp-vital {display: none !important;}\n\ - \#yschpri, \#yschweb {width: 100% !important; max-width: 100% !important;}\n\ + \#yschpri, \#yschweb, \#pri, \#web {width: 100% !important; max-width: 100% !important;}\n\ \#yschqcon, \#yschtg {width: auto !important; /* No useless horizontal scrollbar please */}\n\ </style>\n$0@ @@ -636,6 +635,9 @@ # 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@(<div style=\"[^\"]*width:)30em@$1 100%@ s@background:url\(\"http://www.blogblog.com/rounders[^\"]*\"\).*;@/*$0*/@Ug s@(background:\#[a-f\d]{3})( url\(\"http://www.blogblog.com/rounders[^\"]*\"\).*;)@$1 ;/*$2*/@Ug +# Do the feed filtering magic as described above. +s@<title\s+type=\'text\'>([^\s]*).*?\.\.\.</title>\s*(<content type=\'html\'>\1)@$2@ig ################################################################################# # @@ -826,6 +830,11 @@ # # Revisions : # $Log$ +# 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. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | current parsers.c,1.118,1.119: 00069, noreply |
|---|---|
| Next by Date: | current default.filter,1.54,1.55: 00069, noreply |
| Previous by Thread: | current parsers.c,1.118,1.119i: 00069, noreply |
| Next by Thread: | current default.filter,1.54,1.55: 00069, noreply |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |