Public Service Announcement
If you:
- Use Google Chrome;
- Use the Personalized Web extension;
- Hate the encroachment (and annoyances) of facebook everywhere:
Then use Personalized Web’s “load dump” feature and paste in the following (you might need to remove the whitespace, but if I know JSON syntax correctly you won’t):
{
"name":"facebook everywhere",
"urlRegex":"^http://",
"urlExcludeRegex":"^http://www.facebook.com",
"enabled":true,
"preserveDocWrite":false,
"css":"",
"html":"",
"js":"",
"filters":[
{
"tags":"iframe,embed,script,img",
"attribute":"src",
"value":"",
"valueRegex":"http://static.ak.fbcdn.net/"
},
{
"tags":"iframe,embed,script,img",
"attribute":"src",
"value":"",
"valueRegex":"http://www.facebook.com"
}
]
}
You’re welcome.
