HACKER Q&A
📣 mdwalters

What userscripts/styles do you use for HN?


What userscripts/styles do you use for HN?


  👤 tpmx Accepted Answer ✓
The default style is fine.

👤 helph67
Using `HN Enhance' extension in Firefox for dark mode.

👤 zzo38computer

  div.comment * {
    color: #000000 !important;
  }
  .noshow {
    display: block !important;
  }
  .ind {
    background: url(file:///var/www/img_1C/bg1.png);
  }
The file bg1.png has been converted from the following XPM file:

  ! XPM2
  40 2 2 1
  . c none
  # c #888888
  ...................#....................
  ........................................

👤 Leftium
I find https://hw.leftium.com/ much more readable, but it's read-only (can't vote/comment/submit). And due to caching some recent comments are missing.

So for those rare occasions I use news.ycombinator.com. https://hw.leftium.com/ has links to the original HN page. Plus I have a bookmarklet that toggles between the two.

Refined Hacker News[1] makes the original HN site a little nicer to use.

[1]: https://github.com/plibither8/refined-hacker-news#readme