Hide the Facebook Chat Altogether

Problem

You would like to hide the chat feature from Facebook.

Solution

A few people on Facebook were complaining about the Facebook chat feature, so I quickly whipped this up. The script is CSS that states:

1
2
3
.fbx_bar {
	display: none;
}

Here is the script: Facebook Chat Hider (CSS).

Applying the script in Opera

  1. Right click some whitespace on Facebook.
  2. Click “edit site preferences”.
  3. Click onto the “display” tab.
  4. At the bottom there’s a button labeled “choose” (under the text “my style sheet”). Click “choose” and locate the script.
  5. Click “ok”, then reload the page.
  • Facebook
  • Twitter
  • Reddit
  • email
  • del.icio.us
  • Digg
  • MySpace
  • Slashdot
  • Google Bookmarks
  • Live
  • StumbleUpon
  • Technorati

Leave a reply