GaiaOnline Cell Phone Nagging Remover

By WindPower Last update Oct 15, 2008 — Installed 52 times. Daily Installs: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0

There are 1 previous version of this script.

// ==UserScript==
// @name           GaiaOnline Cell Phone Nagging Remover
// @namespace      http://userscripts.org/users/4699
// @description    Removes the cell phone nagging box from PMs.
// @include        http://*gaiaonline.com/profile/privmsg*
// ==/UserScript==
if(document.getElementById('friend_box'))
{
	document.getElementById('friend_box').style.display='none';
}