Uncategorized &nerdy stuff reinout | 19 May 2010
Getting rid of Facebook ‘Like’ buttons
Recently, I saw a blog post about a method of filtering those pesky Facebook buttons that are turning up all over the web which track your website visits. It involves creating a proxy.pac file.
If you’re using Privoxy, it’s much easier, and it doesn’t matter which browser you’re using, as long as it uses your Privoxy proxy server to connect to the web. Simply add this rule to your /etc/privoxy/user.action file:
{ +block{Facebook Like button} }
.facebook.com/(plugins|widgets)/(like|fan).*





