Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

Shut Up And Digg

Consigns all traces of comments at Digg.com to the dustbin to which they belong






Jun 14, 2007
Mike Sugarbaker Script's author

Added your script, thanks. Of course the source of Digg has changed about nine times since you posted probably. I am not terribly motivated to fix it in that case.

 
Jan 22, 2007
FreakinSyco User

Would be nice if it worked....

 
Oct 26, 2006
mar 1 Scriptwright

This script didn't work for me. Here's what I used instead (it might not be the best code):

(function(){
var commentdroppings = document.getElementsByTagName("div");
for(var i = 0; i < commentdroppings.length; i++)
{
if(commentdroppings[i].getAttribute("class") == "comment")
commentdroppings[i].style.display = "none";
}
})();

You could comment on this script if you were logged in.