GoDaddy Stop Annoying Me!

By fire_015 Last update Mar 23, 2007 — Installed 248 times. Daily Installs: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0
// ==UserScript==
// @name           GoDaddy Stop Annoying Me!
// @namespace      http://codr.us/category/Greasemonkey/GoDaddy-Stop-Annoying-Me
// @description    Removes the 'add domain search to firefox' box that pops down on godaddy.com
// @include        *.godaddy.com*
// ==/UserScript==

var box = document.getElementById("ffds");
box.parentNode.removeChild(box);