A
Andreas Kaestner
Hi @ll,
a few days ago I stumbled upon Privoxy, a tool to filter
certain HTML contents (HTML proxy) http://www.privoxy.org/
I was using Proxomitron for a long time, but was
not very satisfied with its configuration (a bit complicated),
even though its filtering capabilities are ok.
So I gave Privoxy a try - and I was impressed.
From the start, without any further configuration,
it didn't let through any ads or popups from the
sites which I had had difficulties with to configure
properly using Proxomitron, neither did it filter too
much in contrary to Prox. Using Prox I had to define
a lot of filtering exceptions and enter many sites
in IE's trusted zone.
Privoxy's documentation is (IMHO) excellent too,
so I was able to set up a filter for Google's ads quickly.
For those who are interested here is the description
of my Google filter:
# Additions to "default.filter":
# ==============================
FILTER: ggroups-ads kill ads in google groups
# the following line is ONE line
s|(<table cellSpacing=0 cellPadding=2 width="100%" border=0 bgcolor=).*(</tr></table>)|-@@@-|sigU
FILTER: ggroups-ads2 kill ads in google groups
# the following line is ONE line
s$(<table border=0 cellpadding=0 cellspacing=4 align=right).*(Anzeige hier|message here).*(</table>)$-@@@-$sigU
FILTER: ggroups-ads3 kill ads in google groups
# the following line is ONE line
s|(<table cellpadding=3 cellspacing=0 border=0 height=40 width=100).*onmouseover.*(</table>)|-@@@-|sigU
# End
# Additions to "user.action" in the alias section:
# ================================================
gg = +filter{ggroups-ads} +filter{ggroups-ads2} +filter{ggroups-ads3}
# End
# Additions to "user.action" AFTER the alias section:
# ===================================================
{ gg }
..google.com/
..google.de/
# End
Restart Privoxy - DONE!
a few days ago I stumbled upon Privoxy, a tool to filter
certain HTML contents (HTML proxy) http://www.privoxy.org/
I was using Proxomitron for a long time, but was
not very satisfied with its configuration (a bit complicated),
even though its filtering capabilities are ok.
So I gave Privoxy a try - and I was impressed.
From the start, without any further configuration,
it didn't let through any ads or popups from the
sites which I had had difficulties with to configure
properly using Proxomitron, neither did it filter too
much in contrary to Prox. Using Prox I had to define
a lot of filtering exceptions and enter many sites
in IE's trusted zone.
Privoxy's documentation is (IMHO) excellent too,
so I was able to set up a filter for Google's ads quickly.
For those who are interested here is the description
of my Google filter:
# Additions to "default.filter":
# ==============================
FILTER: ggroups-ads kill ads in google groups
# the following line is ONE line
s|(<table cellSpacing=0 cellPadding=2 width="100%" border=0 bgcolor=).*(</tr></table>)|-@@@-|sigU
FILTER: ggroups-ads2 kill ads in google groups
# the following line is ONE line
s$(<table border=0 cellpadding=0 cellspacing=4 align=right).*(Anzeige hier|message here).*(</table>)$-@@@-$sigU
FILTER: ggroups-ads3 kill ads in google groups
# the following line is ONE line
s|(<table cellpadding=3 cellspacing=0 border=0 height=40 width=100).*onmouseover.*(</table>)|-@@@-|sigU
# End
# Additions to "user.action" in the alias section:
# ================================================
gg = +filter{ggroups-ads} +filter{ggroups-ads2} +filter{ggroups-ads3}
# End
# Additions to "user.action" AFTER the alias section:
# ===================================================
{ gg }
..google.com/
..google.de/
# End
Restart Privoxy - DONE!