TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Get notified whenever there’s a new top post on Hacker News

59 点作者 niico将近 10 年前

14 条评论

bad_user将近 10 年前
&quot;<i>Read and change all your data on the websites you visit</i>&quot;<p>No thanks.
评论 #9612834 未加载
Sephr将近 10 年前
Obfuscated code plus these permissions isn&#x27;t helping me trust you. As a Chrome extension developer, I can tell at a glance that many of these permissions are not necessary to implement the functionality as described.<p><pre><code> &quot;permissions&quot;: [ &quot;&lt;all_urls&gt;&quot;, &quot;activeTab&quot;, &quot;alarms&quot;, &quot;background&quot;, &quot;browsingData&quot;, &quot;chrome:&#x2F;&#x2F;favicon&#x2F;&quot;, &quot;clipboardWrite&quot;, &quot;contextMenus&quot;, &quot;cookies&quot;, &quot;declarativeContent&quot;, &quot;fontSettings&quot;, &quot;gcm&quot;, &quot;identity&quot;, &quot;idle&quot;, &quot;notifications&quot;, &quot;pageCapture&quot;, &quot;power&quot;, &quot;proxy&quot;, &quot;sessions&quot;, &quot;storage&quot;, &quot;system.cpu&quot;, &quot;system.display&quot;, &quot;system.memory&quot;, &quot;system.storage&quot;, &quot;tabCapture&quot;, &quot;tabs&quot;, &quot;topSites&quot;, &quot;tts&quot;, &quot;unlimitedStorage&quot;, &quot;webNavigation&quot;, &quot;webRequest&quot;, &quot;webRequestBlocking&quot; ] </code></pre> Definitely not taking any chances installing this.
评论 #9614306 未加载
tarr11将近 10 年前
I would love a script that shows me posts with exactly 2 upvotes. There&#x27;s a lot of interesting links on the new page that is mixed in with spam.
评论 #9613622 未加载
评论 #9613560 未加载
评论 #9613592 未加载
obsession将近 10 年前
Considering how much time I already spend on Hacker News, I certainly wouldn&#x27;t want any notifications popping up.
评论 #9612910 未加载
_lce0将近 10 年前
nice!<p>any plans to open source the extension?<p>--<p>Here&#x27;s how it&#x27;s working on the page, not sure if the extension works the same, but seems poll based:<p>1. they grab the top stories from <a href="https:&#x2F;&#x2F;hacker-news.firebaseio.com&#x2F;v0&#x2F;topstories.json" rel="nofollow">https:&#x2F;&#x2F;hacker-news.firebaseio.com&#x2F;v0&#x2F;topstories.json</a> which is a huge json array of ids .. then they take the one in the head and ..<p>2. load: <a href="https:&#x2F;&#x2F;hacker-news.firebaseio.com&#x2F;v0&#x2F;item&#x2F;9611829.json" rel="nofollow">https:&#x2F;&#x2F;hacker-news.firebaseio.com&#x2F;v0&#x2F;item&#x2F;9611829.json</a> which is a json object with the post&#x27;s metadata
评论 #9613389 未加载
byoogle将近 10 年前
This is a one-day, mvp-type project that our team made, mostly to scratch our own Hacker News–junkie itch, but we’re also inclined to do more if the project gains some traction, so please let us know any feedback&#x2F;ideas&#x2F;meditations!
aaronpk将近 10 年前
Nice! You can also join the channel ##hackernews on freenode and see top stories in IRC! (That&#x27;s how I saw this one!)
评论 #9612776 未加载
JoshTriplett将近 10 年前
Are there any services out there that do this by email, and in particular that have domain filters? I&#x27;d love to get a notification when any domain I&#x27;m associated with gets posted to HN.
评论 #9613296 未加载
评论 #9613219 未加载
Watabou将近 10 年前
For what it&#x27;s worth, and for people with iOS (not sure if Android has a similar app), I use Hooks[1]. I set it to 500 karma threshold to notify me and that seems to have been working out fine so far.<p>[1]: Hooks - Alerts for Everything by Oleg Kozynenko <a href="https:&#x2F;&#x2F;appsto.re&#x2F;us&#x2F;teuc3.i" rel="nofollow">https:&#x2F;&#x2F;appsto.re&#x2F;us&#x2F;teuc3.i</a>
norman784将近 10 年前
+1 for having the real top story on their site
mason240将近 10 年前
Also check out Hacker News 300 and Hacker News 100 on twitter<p><a href="https:&#x2F;&#x2F;twitter.com&#x2F;newsyc100" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;newsyc100</a><p><a href="https:&#x2F;&#x2F;twitter.com&#x2F;newsyc300" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;newsyc300</a>
rictic将近 10 年前
Consider using ServiceWorker notifications for an extension-free way to do this.
评论 #9613181 未加载
raresp将近 10 年前
Nice one. What about Mozilla?
评论 #9612892 未加载
dubin将近 10 年前
Out of curiosity, what registrar did you use for the hn TLD?
评论 #9613319 未加载