fedward, tumbling

goes on, and the heat goes on
~ Thursday, September 2 ~
Permalink

Public Service Announcement

If you:

  1. Use Google Chrome;
  2. Use the Personalized Web extension;
  3. 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.

Tags: facebook google chrome chrome personalized web javascript JSON