Facebook Stealthy

By dillis Last update Jan 30, 2007 — Installed 3,528 times.
// ==UserScript==
// @name          Facebook Stealthy
// @author	  Dillis
// @namespace     http://www.dillis.deviantart.com/
// @description	  Makes Facebook Stealthy?
// @include       http://facebook.com/*
// @include       http://*.facebook.com/*
// ==/UserScript==

GM_addStyle("#header { background:#000000; }");
GM_addStyle("div.profileheader { color:#000000; background:#000000; }");
GM_addStyle("#pageheader { background:url('http://img256.imageshack.us/img256/2060/facebookbetahp7.jpg') }");
GM_addStyle("div.profilebox { background:#333333; }");
GM_addStyle("A:link { color:#00000; }");
GM_addStyle("A:hover { color:#333333; }");
GM_addStyle("A:visited { color:#333333; }");
GM_addStyle(".profileheader h2 {color:#000000;}");
GM_addStyle("input.inputtext {border:1px solid #333333; background:#333333; color:#3333333; }");