Facebook Went Down
In light of the recent multi-hour Facebook downtime, I’m sure a large portion of the working world actually got work done. I thought I’d write something to keep that up.
To continue in that burst of un-unprecedented productivity and focus, with no Facebook distraction, you can turn off the site on a more permanent level. This fix assumes you’re using Firefox (and of course you can always edit your HOSTS file). Open up your userContent.css file and drop this in it:
@-moz-document domain(facebook.com) {
* { display: none !important; }
}
You’re free (again).