nowfound

Life & fun · December 18, 2022

IB

I built a Hacker News userscript to make this site more legible

My personal itch to scratch just recently has been the umpteen formatting foibles of HackerNews. So, in the spirit of making the web more personal again, I knocked up a TamperMonkey userscript to fix up the worst of my personal bugbears. This isn't an attempt at a complete rebrand/redesign of the site, instead it's just fixing up what I think are the biggest design/readability issues whilst trying to remain true to the site's existing aesthetic. Key features: * Base font size increased * A little more room around headings * Top menu bar is full-width and with a little more padding…

In plain words

This is a TamperMonkey userscript that improves the readability of Hacker News by adjusting typography and layout. It increases base font size, adds spacing around headings, expands the top menu bar, makes downvoted comments easier to read with background styling instead of faint text, limits comment line length for better readability, and formats quoted text to look like proper blockquotes. The script maintains Hacker News's existing aesthetic while addressing common formatting issues.

written from the facts on this page · September 2026

From the sources

In the maker’s words, at launch

My personal itch to scratch just recently has been the umpteen formatting foibles of HackerNews. So, in the spirit of making the web more personal again, I knocked up a TamperMonkey userscript to fix up the worst of my personal bugbears. This isn't an attempt at a complete rebrand/redesign of the site, instead it's just fixing up what I think are the biggest design/readability issues whilst trying to remain true to the site's existing aesthetic. Key features: * Base font size increased * A little more room around headings * Top menu bar is full-width and with a little more padding * Downvoted comments no longer faint hard-to-read grey. Instead they're rendered with a light gray background and in a smaller font size. * Comments have a more readable max line length * Quotes are parsed and transformed to look like genuine quotes. I.e. any p or span that starts with '>' is transformed and rendered with a light orange background and in italics. * The 'Add comment' box on items is hidden by default. (Surely you'd want to read all the comments first before leaping in with your own 2p's worth!?) Check out the repo's readme for example screenshots.

More life & fun this month

the category →
  • TL

    Life & fun · 10d ago · louisabraham.github.io

  • Photosynthesis fires two of your iPhone

    Life & fun · 28d ago · photosynthesis.camera

  • SoloUno310

    Take control of hair pulling, nail biting & skin picking

    Life & fun · 28d ago · solouno.io

  • Scroll through all 43,252,003,274,489,856,000 reachable Rubik's Cube permutations.

    Life & fun · 26d ago · everycube.alen.is

  • The Interactive 3D Encyclopedia

    Life & fun · 21d ago · expeditione.fun

  • Hi HN, I built Eigendrum, a web tool that solves the 2D wave equation for arbitrary shapes so you can hear what they sound like as drums. How it works: * Solves -∇²u = λu using finite element analysis (Kφ = λMφ) on a triangle mesh. * Validated to <0.1% error against closed-form solutions for circles (Bessel zeros) and rectangles. * Sound model factors in strike location, Rayleigh damping, and mallet width. * Includes Kac drums I & II to demonstrate identical sound spectra from different geometries. * No frameworks, build steps, or dependencies. Repo and tests:…

    Life & fun · 26d ago · baselashraf81.github.io

Launched alongside, December 2022

the whole month →