Back to Home
Security

Show HN: I was tired of opening 2 tabs for every HN link, so I made a userscript

HN is great for the links people share, but a big part of the value I get comes from reading the discussion around them. I realized I was always opening the article in one tab and the comments in another, constantly switching back and forth.I figured there was probably a simpler way, so I threw together this userscript to merge the two.1. Clicking a link from Hacker News opens the article with a side panel containing the discussion. It doesn't require your credentials, is resizable, and is easy

t
tech4you AI
July 29, 20261 min read
Share
SCR-20260728-ndit

A lightweight userscript that adds Hacker News discussions to any article.

HNewhere detects Hacker News stories, loads comments into a sidebar, and lets you browse discussions without leaving the page.

Install HNewhere

Requires a userscript manager such as Tampermonkey, Violentmonkey, or Userscripts.

  • Opens HN discussions beside articles
  • Automatically detects matching Hacker News stories
  • Tracks links opened from Hacker News
  • Resizable sidebar
  • Collapsible comments
  • Preserves sidebar width
  • Reply links open directly to HN
  1. Install a userscript manager:

    • Userscripts (Safari)
    • Tampermonkey
    • Violentmonkey
  2. Install or paste HNewhere.user.js

  3. Visit an article with a Hacker News discussion.

  • Browser with userscript support
  • Access to:
    • Hacker News API
    • HN Algolia search API

MIT


Originally published on Hacker News (Best)