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.

Show HN: Quickly scan HN for new articles

62 pointsby bachmitre11 months ago
I have a dedicated HN tab that I come back to and reload multiple times a day to see whats new and hot.<p>I wrote a Chrome Extension to:<p>- quickly scan new articles since my last reload - quickly scan highly discussed articles - open actual articles and discussions in a new tab<p>This links to the source code. The chrome extension is linked at the bottom of the github page.<p>Note:<p>- This extension only operates on the HN front page (<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;news">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;news</a>) - The first time you reload the HN front page after installing the extension all articles will get highlighted.

11 comments

smusamashah11 months ago
I made this user script that does the same. Uses localstorage, when you come back and refresh, if there were new stories, it adds `(NEW)` in green before the title.<p>Also added a comment count change in there recently.<p><a href="https:&#x2F;&#x2F;gist.github.com&#x2F;SMUsamaShah&#x2F;e7c9ed3936ba69e522f8cb38671f1da7&#x2F;" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;SMUsamaShah&#x2F;e7c9ed3936ba69e522f8cb38...</a>
评论 #40723068 未加载
perihelions11 months ago
I have a uBlock filter rule that does something like this, but with a plain regex,<p><pre><code> ycombinator.com##:xpath(&#x2F;&#x2F;span[contains(@class,&quot;age&quot;)]&#x2F;a):has-text(&#x2F;(\d+) minute(s?) ago&#x2F;):style(color: Teal !important; font-weight: bold) </code></pre> It highlights both comments and posts.<p>(I like using this trick, the uBlock regex → CSS matching rule that&#x27;s so generically useful. I can configure things I&#x27;d otherwise be too lazy to configure, if it wasn&#x27;t for uBlock).
评论 #40723486 未加载
gabrielsroka11 months ago
I was wondering why the extension is so large. It includes a 500KB PNG. Perhaps the shell script was supposed to exclude it from the zip file.
评论 #40723535 未加载
adolph11 months ago
This is interesting but seeing the same headlines over and over does two things for me:<p><pre><code> * internal opening-HN-too-much alert * headline spaced repetition learning</code></pre>
disillusioned11 months ago
Slightly unrelated, but I&#x27;ve been using a similar Stylish theme to this one for years and it makes my HN experience much more readable and enjoyable: <a href="https:&#x2F;&#x2F;userstyles.org&#x2F;styles&#x2F;46180&#x2F;georgify-for-hacker-news" rel="nofollow">https:&#x2F;&#x2F;userstyles.org&#x2F;styles&#x2F;46180&#x2F;georgify-for-hacker-news</a>
frfl11 months ago
I&#x27;ve defaulted to this <a href="https:&#x2F;&#x2F;hckrnews.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;hckrnews.com&#x2F;</a> intead of HN homepage. This is ordered by time rather than rank.
评论 #40722135 未加载
giancarlostoro11 months ago
I do this too, sometimes I wonder what all has changed in 24hrs, so this is great. I will even keep a tab open untouched so I can see what was open before, and open a new one. Making &quot;snapshot tabs&quot; if you will.
lovegrenoble11 months ago
Thank you, very useful
qingcharles11 months ago
Now I just need to rework it for my favorite HN front page viewer:<p><a href="https:&#x2F;&#x2F;hackernews.betacat.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;hackernews.betacat.io&#x2F;</a>
jedberg11 months ago
This is awesome! On an unrelated note, anyone have good resources for converting chrome extensions to Safari?<p>I found this and will try it later if no one has a better suggestion:<p><a href="https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;Safari&#x2F;comments&#x2F;10meyn5&#x2F;how_to_convert_chrome_extensions_to_safari&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;Safari&#x2F;comments&#x2F;10meyn5&#x2F;how_to_conv...</a>
评论 #40720499 未加载
评论 #40723448 未加载
评论 #40720701 未加载
pluc11 months ago
Or you could just use RSS...
评论 #40722515 未加载
评论 #40720694 未加载