Digg.com - Completely remove buried comments

Digg.com - Completely remove buried comments
667
****
By Valacar
Last updated Jul 31 2007
4 installs this week, 387 total.

I never bother to read the buried comments on Digg, so might as well remove them completely. Normally a grayed-out "header" will be left behind, but this style removes that as well.

Credit: This idea came from John Resig's "Hacking Digg With Firebug and jQuery" screencast (http://ejohn.org/blog/hacking-digg-with-firebug-and-jquery/), where he creates a simple javascript bookmarklet to remove buried comments on Digg.

Before
After

Install options

Feedback

Reviews

war59312 said on Jul 29 2007

No longer works, here is a simple update:

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("digg.com") {

.c-disabled { display: none !important; }

} ***

LazyB said on Jan 28 2007

very good idea thanks *****

pile0nades said on Jan 27 2007

I was just thinking about something like this, thanks! I had to remove the www. from the domain rule for it to work though. ****