Hacker News new | ask | show | jobs
by psim1 294 days ago
Can anyone recommend a good CSS replacement for viewing this site? The author posts interesting content but the site itself is unbearable.
2 comments

Your browser probably comes with a reader mode for that exact reason. Works on this website without any issues on my devices (in Firefox).

    body { background-image: none; }
should do most of the job, though.