Skip to content

Instantly share code, notes, and snippets.

@lelanthran
Created February 19, 2024 15:41
Show Gist options
  • Save lelanthran/873983febef21450b0afcb99dc97f6a7 to your computer and use it in GitHub Desktop.
Save lelanthran/873983febef21450b0afcb99dc97f6a7 to your computer and use it in GitHub Desktop.
Place in "$FIREFOX_PROFILE/chrome" (case is important) and make HackerNews more readable
@-moz-document domain(news.ycombinator.com) {
.comment {
font-size: 12px;
line-height: 1.75em;
padding: 10px 0 10px 0;
max-width: 64ch;
display: block;
}
.commtext {
font-size: 12px;
line-height: 1.75em;
padding: 10px 0 10px 0;
max-width: 64ch;
display: block;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment