up vote 13 down vote favorite
4
share [g+] share [fb]

Many sites today use widgets from facebook such as the Like button, list of friends who are fans of that site and so on. While it may be a nice feature, I perceive it to be a serious privacy intrusion, because facebook most likely stores information about which sites you visit.

I also heard that when you are not logged into facebook, it still tracks the sites you visit (probably with a cookie) and once you log in attaches the data to your real account.

For now, I want to keep using facebook, but I would like to block just these widgets so it can't track me. Is there any Firefox extension which could do that?

link|improve this question
1  
As this has been closed, see also How can I block all Facebook elements/content. – Arjan Dec 12 '10 at 21:26
feedback

closed as off topic by Diago Sep 26 '10 at 22:10

Questions on Super User are expected to generally relate to computer software or computer hardware, within the scope defined in the faq.

3 Answers

up vote 13 down vote accepted

You can also use Adblock Plus to block these items, just add the following two lines to the Adblock rules:

http://www.facebook.com/external/*

http://www.facebook.com/plugins/*

link|improve this answer
feedback

You can use a GreaseMonkey script to remove Facebook Like buttons from any webpages. You can install the script from the following link: Remove Facebook Like buttons.

link|improve this answer
feedback

With the extention Greasemonkey you can modify web pages to remove (or change/add) any content, so at least for not displaying them this could be used. However I am not sure of the exact order of events to when greasemonkey starts so it might be too late in order to avoid tracking.

There also appears to be a couple of plugings written to directly handle facebook:

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.