Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 2.08 KB

README.md

File metadata and controls

49 lines (28 loc) · 2.08 KB

Hacker News Readability Tweaks

A userscript to improve Hacker News (news.ycombinator.com) readability.

Features

  1. Larger fonts & proper font hierarchy with large headings,
  2. New upvote arrows,
  3. Better downvoted comment readability (struck out instead of light grey),
  4. Better quote visibility,
  5. Larger spacing between elements, particularly larger line heights,
  6. Neutral grey background.

Screenshots

Hacker News homepage before

Hacker News homepage before

Hacker News homepage before

Hacker News homepage before

Installation

macOS - Safari

  1. Download and install a userscript Safari extension like Userscripts,
  2. Add HackerNewsReadabilityTweaks.user.js userscript. This can be achieved by navigating to it, clicking on the Userscripts toolbar button, and selecting to install the auto-detected script.
  3. Enjoy more readable Hacker News.

Other

  1. Install a userscript extension for your browser like Violentmonkey, Tampermonkey, or Greasemonkey,
  2. Add HackerNewsReadabilityTweaks.user.js userscript to it using instructions provided by the extension maker.
  3. Enjoy more readable Hacker News.

The script has appropriate metadata to automatically update.

Privacy

Data not collected - this userscript does not collect or send any data from your device.

Acknowledgment

This userscript was adapted from the original version by Martin Gladdish on GitHub.