PSA P.S.
The code in that last post will leave other junk lying around on web sites that roll their own facebook features, and you’ll have to clean that up by hand. For example, here’s a rule to completely hide the facebook boxes on slate.com:
{
"name":"slate facebook thingy",
"urlRegex":"^http://(www.)?slate.com",
"urlExcludeRegex":"",
"enabled":true,
"preserveDocWrite":false,
"css":"",
"html":"",
"js":"",
"filters":
[
{
"tags":"div",
"attribute":"id",
"value":"fbog_module",
"valueRegex":""
}
]
}
You can use this and “view source” as a guide to cleaning this up on the sites you visit.
