fedward, tumbling

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

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.

Tags: facebook slate
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
~ Wednesday, May 19 ~
Permalink Tags: facebook privacy fail reblog
5 notes
reblogged via tbridge
~ Sunday, January 17 ~
Permalink
Talk about missing the point.

Talk about missing the point.

Tags: facebook facebook lite fail
~ Wednesday, December 9 ~
Permalink
How ‘bout you tell me what those old settings are, Facebook? How ‘bout you give me some other option besides what you recommend and those un-described old settings? How ‘bout you suck less?

How ‘bout you tell me what those old settings are, Facebook? How ‘bout you give me some other option besides what you recommend and those un-described old settings? How ‘bout you suck less?

Tags: facebook privacy WTF screenshot
~ Tuesday, September 15 ~
Permalink
File under “pudding, the proof is in the.” Safari also reports, oddly, that the full Facebook interface takes 22.27 seconds to load (it’s at least visible in about three seconds, although I guess there could be background activity), but the stripped-down Facebook Lite version is indeed much lighter and quicker to load.

File under “pudding, the proof is in the.” Safari also reports, oddly, that the full Facebook interface takes 22.27 seconds to load (it’s at least visible in about three seconds, although I guess there could be background activity), but the stripped-down Facebook Lite version is indeed much lighter and quicker to load.

Tags: facebook facebook lite screenshot
~ Wednesday, August 19 ~
Permalink
Uh oh.

Uh oh.

Tags: facebook DNS OpenDNS oops FAIL