// ==UserScript==
// @name           BrightKite
// @namespace      brightkite.com
// @description    http://tek.org.uk - Greasemonkey script for use with 
XFCE Dusk Theme on Debian and Brightkite, this fixes the problem of text 
boxes having white text on a white background
// @include        http://brightkite.com/*
// ==/UserScript==

GM_addStyle("textarea { color: #000000;}");
GM_addStyle(".ad {display:none;}");
