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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Is it possible to get an option to minimize all comments by default?

3 点作者 OrgNet超过 5 年前
i.e.: you would only see the top level comments when you open a post, unless you expend them

1 comment

rajnathani超过 5 年前
I am working on an (external) application which will indirectly make this possible for HN threads (I plan on doing a &quot;Show HN&quot; to demonstrate it).<p>However, in the case of a feature directly within the HN interface to collapse all non-top level comments, I think the only option right now would be to write JS to fire click events on the DOM to collapse non-top level comments, and inject it via the console or an extension while on HN.