
// Facebook Chat-B-Gone example user script
// version 0.1 BETA!
// 2008-04-24
// Copyright (c) 2008, Jesse Stay
// Released under the GPL license
// http://www.gnu.org/copyleft/gpl.html
//
// --------------------------------------------------------------------
//
// This is a Greasemonkey user script.  To install it, you need
// Greasemonkey 0.3 or later: http://greasemonkey.mozdev.org/
// Then restart Firefox and revisit this script.
// Under Tools, there will be a new menu item to "Install User Script".
// Accept the default configuration and install.
//
// To uninstall, go to Tools/Manage User Scripts,
// select "Facebook Chat-B-Gone", and click Uninstall.
//
// --------------------------------------------------------------------
//
// ==UserScript==
// @name          Facebook Chat-B-Gone
// @namespace http://staynalive.com/wp-content/themes/revvedup-158/fbchatbgone.user.js
// @description   Removes the Facebook Chat from Facebook - Sponsored by SocialToo.com and Stay N' Alive Productions
// @include       http://facebook.com/*
// @include       http://www.facebook.com/*
// ==/UserScript==

document.getElementById("presence").innerHTML = "";

