Source for "Facebook Chat Killer"

By billig
Has 2 other scripts.


// ==UserScript==
// @name           Facebook Chat Killer
// @author         Billig
// @description    Gets rid of the annoying new facebook chat feature.
// @include        http://*.facebook.com/*
// ==/UserScript==

GM_addStyle("#presence { display: none !important; }");