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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How to filter out HN news by URL

1 点作者 foothebar超过 1 年前
Is there a way to automatically filter out some entries, based on their URL? e.g. to not see that silly wikipedia article entries, or to block paywalled sites like ft.com?

4 条评论

anigbrowl超过 1 年前
HN has a pretty straightforward API, so you could write a local (or web-based) client in any common language and add filters as you see fit.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;HackerNews&#x2F;API">https:&#x2F;&#x2F;github.com&#x2F;HackerNews&#x2F;API</a>
k310超过 1 年前
I second the idea of trying to bypass paywalls. Archive today ( <a href="https:&#x2F;&#x2F;wiki.archiveteam.org&#x2F;index.php&#x2F;Archive.today" rel="nofollow">https:&#x2F;&#x2F;wiki.archiveteam.org&#x2F;index.php&#x2F;Archive.today</a> ) notably archive.is and similar, work reliably.<p>One can often bypass paywalls, nag walls, etc with Safari Reader, bypass paywalls clean extension for Firefox and Chrome (Opera uses the chrome engine) or disabling JavaScript for selected sites. I use Sheriff on iOS to do this. Other extensions will do this, I am sure.<p>---<p>Twitter links are often posted here, and without an account there, you can only see tho OP.<p>Discussion of workarounds here:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=39151768">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=39151768</a><p>There is concern that nitter.net may flake.
jdelman超过 1 年前
Wikipedia entries are some of my favorite HN front page entries because it’s always a mystery to me as to which ones pop up and which don’t (I’ve submitted a few that didn’t make it). Try archive.is to bypass paywalled articles.
评论 #39200404 未加载
CrypticShift超过 1 年前
There are some userscript filters you can customize : <a href="https:&#x2F;&#x2F;greasyfork.org&#x2F;en&#x2F;scripts?q=hacker+news+filter" rel="nofollow">https:&#x2F;&#x2F;greasyfork.org&#x2F;en&#x2F;scripts?q=hacker+news+filter</a><p>Not a filter, but this one &quot;bypass&quot; paywalled links <a href="https:&#x2F;&#x2F;github.com&#x2F;MostlyEmre&#x2F;hn-anti-paywall">https:&#x2F;&#x2F;github.com&#x2F;MostlyEmre&#x2F;hn-anti-paywall</a>