Hide Digg 'Join Digg'

By Blayde Last update Oct 12, 2007 — Installed 566 times.
// ==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";
})();