Skip to content

Hacker News - Make Dead Comments Readable by qwerty

Screenshot of Hacker News - Make Dead Comments Readable

Details

Authorqwerty

LicenseNo License

CategoryHacker News

Created

Updated

Size956 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hacker News fades out downvoted or dead comments so as to be nearly unreadable.

This userstyle limits that fading to ensure you can still easily read such comments.

Notes

Incompatible with any dark mode style you may have installed.

Source code

/* ==UserStyle==
@name         Hacker News - Make Dead Comments Readable
@version      20211209.05.01
@namespace    userstyles.world/user/qwerty
@description  Hacker News fades out downvoted or dead comments so as to be nearly unreadable.

This userstyle limits that fading to ensure you can still easily read such comments.
@author       qwerty
@license      No License
==/UserStyle== */

@-moz-document domain("news.ycombinator.com") {
.c00, .c00 a:link { color:#000000; }
.c5a, .c5a a:link, .c5a a:visited { color:#5a5a5a; }
.c73, .c73 a:link, .c73 a:visited { color:#5a5a5a; }
.c82, .c82 a:link, .c82 a:visited { color:#5a5a5a; }
.c88, .c88 a:link, .c88 a:visited { color:#5a5a5a; }
.c9c, .c9c a:link, .c9c a:visited { color:#5a5a5a; }
.cae, .cae a:link, .cae a:visited { color:#5a5a5a; }
.cbe, .cbe a:link, .cbe a:visited { color:#5a5a5a; }
.cce, .cce a:link, .cce a:visited { color:#5a5a5a; }
.cdd, .cdd a:link, .cdd a:visited { color:#5a5a5a; }

}

Reviews

No reviews yet.