Saturday

remove banners in google chrome

I'm going to try privoxy. this little proxy server that allows to remove ads by  specifying patterns.

Actually firefox Adblock Plus  did perfect job,but chrome is much fester .

Probably it's possible to modify privoxy (it's open source) for working with banners lists like EasyList (USA)
http://easylist.adblockplus.org/adblock_rick752.txt
And add some new pages to privoxy, that allows to add new patterns on fly.

Or just wait when adblock will be ported on Google Chrome :)
what do you think?

No comments:

test smtp server with powershell

Send-MailMessage -SMTPServer smtp.domain.com -To [email protected] -From [email protected] -Subject "This is a test email" -Body ...