HN Dark Mode

13 points by barcoder 3 years ago | 7 comments
There's apps, but I love reading HN from a browser. Please can we have a dark button?
  • susam 3 years ago
    I have a tiny Greasemonkey script to do this myself.

      // ==UserScript==
      // @name Dark HN
      // @match https://news.ycombinator.com/*
      // ==/UserScript==
      window.addEventListener('load', function () {  
        document.body.style.background = '#111'
        document.body.style.filter = 'invert(1) hue-rotate(180deg)'
      })
  • Jugurtha 3 years ago
    I don't quite get why people ask for a dark mode in websites. I've been using "Dark Reader" on Chrome[0] for a long time ib all websites, without them offering a dark mode, to the point these requests, or even websites announcements of their "dark mode" have become "meh" for me.

    - [0]: https://chrome.google.com/webstore/detail/dark-reader/eimadp...

    • hotdox 3 years ago
      I have a custom Stylys(there was some shenanigans with Stylish) CSS. It is called "Hacker News Readable Dark" https://userstyles.org/styles/160459/hacker-news-readable-da...
      • DataCrayon 3 years ago
        Just in case this is useful to you: https://darkreader.org
        • ksec 3 years ago
          It used to be the case the only browser that does have some decent Dark Mode extension is Safari.

          Now you have Darker News and HNDark. Both are free on App Store.

          I am using them both at the same time to get "Gray" Mode instead of "Dark".

          But yes I really wish we have official Dark Mode on HN.

          • amerkhalid 3 years ago
            Based on comments, yes there are apps & JS/CSS hacks that I can do. But I rather not install another app on my phone, I too would really appreciate a dark mode.