Live data from Hacker News

Ask HN: What is your favorite way to read online content?

news.ycombinator.com

1–10 of 63 posts

Ask HN: What is your favorite way to read online content?

#1
I've been spending a bunch of time recently browsing online content now that I'm at home a lot more.

I find that the reading UX between newsletters, news sites, Medium, Reddit etc is super varied.

Is there anyone site that makes reading content particularly enjoyable for you?

Re: Ask HN: What is your favorite way to read online content?

#6
Firefox's Reader View, with custom userContent.css to fix the unnecessarily low contrast:

  @-moz-document url-prefix("about:reader") {
    body {
      background-color: #FFFFFF !important;
      color: #000000 !important;
    }
  }
In recent versions of Firefox this requires toolkit.legacyUserProfileCustomizations.stylesheets to be set to true in about:config

The most legible style is the style you're most familiar with, so "design" is almost always a negative. I don't care about your unique branding.

Re: Ask HN: What is your favorite way to read online content?

#7
I use pocket. It is installed by default in Firefox (my default browser). From there I save the articles I want to read. And then i read them on my Kobo eReader (which syncs pocket saved articles automatically). The perfect combo to save my eyes a few "back-lit screen hours".
Post reply on HN