Skip to content

Readable Hacker News by nanozuki

Screenshot of Readable Hacker News

Details

Authornanozuki

LicenseNo License

Categoryuserstyles, hackernews, ycombinator

Created

Updated

Code size462 B

Code checksum37cb23fa

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Minimal modify to make "Hacker News" more readable.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Readable Hacker News
@version      20220419.03.06
@namespace    userstyles.world/user/nanozuki
@description  Minimal modify to make "Hacker News" more readable.
@author       nanozuki
@license      No License
==/UserStyle== */

@-moz-document domain("news.ycombinator.com") {
table#hnmain {
    max-width: 60rem;
}
div.comment {
    max-width: 40rem;
    font-size: 0.875rem;
}
.title {
    font-size: 1rem;
}
}

Reviews

No reviews yet.