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
- Right click some whitespace on Facebook.
- Click “edit site preferences”.
- Click onto the “display” tab.
- At the bottom there’s a button labeled “choose” (under the text “my style sheet”). Click “choose” and locate the script.
- Click “ok”, then reload the page.

Leave a reply