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: How to you read new comments on existing threads

6 pointsby themonkover 13 years ago
I often revisit threads on HN, but It is not easy to figure out what all the new threads got posted since my last visit.

3 comments

jcrover 13 years ago
I spotted the following a while ago. It's a greasemonkey script that is supposed to modify new comments on HN in some distinct way like highlighting them or similar. I haven't tried it or read the code.<p><a href="https://github.com/polyfractal/HNHalfLife" rel="nofollow">https://github.com/polyfractal/HNHalfLife</a>
评论 #3356215 未加载
sendosover 13 years ago
I wrote a greasemonkey script <a href="https://gist.github.com/1187770" rel="nofollow">https://gist.github.com/1187770</a><p>What this does is allow you to navigate through the comments chronologically, using the right and left arrow keys.<p>That is, when you visit an HN thread, you just press the right arrow and it takes you to the latest comment. Press it again and it takes you to the 2nd most recent comment, etc. Pressing the left arrow moves you backwards.
c_t_montgomeryover 13 years ago
My buddy Michael Schade put this tool together, if you're interested: <a href="https://github.com/michaelschade/hnpc" rel="nofollow">https://github.com/michaelschade/hnpc</a>