Hide Digg 'Join Digg'

By Blayde Last update Oct 12, 2007 — Installed 544 times. Daily Installs: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
// ==UserScript==
// @name           Hide Digg 'Join Digg'
// @author         Blayde - da.blayde@gmail.com
// @namespace      http://digg.com
// @description    Removes the annoying 'Join Digg' element on Digg
// @include        http://*digg.com*
// ==/UserScript==

(function(){
 document.getElementById("join-digg").style.display="none";
})();