



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
|
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; }
}
very good idea thanks
I was just thinking about something like this, thanks! I had to remove the www. from the domain rule for it to work though.
.ad {
/* Your ad can be here instead. 10K unique visitors for $5/day. Mail me. */
}