TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Is there a tool to view link and HN comments in one page?

5 pointsby seanlinmtalmost 15 years ago
Just wondering if someone has created a tool to view a submitted link and related HN comments in one page.<p>This is instead of having to open 2 tabs each time you want to read the article and then wanting to read the HN comments for the article. Or is there a better way of doing this?

3 comments

chaosprophetalmost 15 years ago
Install HN Toolkit and enable split view in the options.<p>For Firefox (+ Greasemonkey): <a href="http://userscripts.org/scripts/show/25039" rel="nofollow">http://userscripts.org/scripts/show/25039</a><p>For Chromium: <a href="http://gist.github.com/355697" rel="nofollow">http://gist.github.com/355697</a> (click the 'raw' link)
评论 #1531578 未加载
jrnkntlalmost 15 years ago
Why not hack it together yourself? ;)<p>Parse the rss feed and pull in the url in an iframe and the comments page in one. Give them both a height/width of 50% and voila.
评论 #1531550 未加载
revoradalmost 15 years ago
Maybe this one - <a href="http://userscripts.org/scripts/show/30512" rel="nofollow">http://userscripts.org/scripts/show/30512</a> ?
评论 #1531581 未加载