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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Do you use any browser extensions to enhance HN?

1 点作者 organman91超过 5 年前
Several years ago I installed an extension called HackerNew but now it appears to have been removed from the Chrome web store. It's still installed in my browser instance though. Curious if any other enhancement extensions (anything from some simple CSS tweaks to something like Reddit Enhancement Suite) exist that are worthwhile.

1 comment

ChrisGranger超过 5 年前
I use a bit of CSS to mark articles from domains that use a paywall with a red dollar sign. (Assuming you know how to add CSS to pages...)<p>&#x2F;* paywall domains *&#x2F; a[href^=&quot;<a href="https:&#x2F;&#x2F;www.economist.com&#x2F;&quot;" rel="nofollow">https:&#x2F;&#x2F;www.economist.com&#x2F;&quot;</a>]::after, a[href^=&quot;<a href="https:&#x2F;&#x2F;www.ft.com&#x2F;&quot;" rel="nofollow">https:&#x2F;&#x2F;www.ft.com&#x2F;&quot;</a>]::after, a[href^=&quot;<a href="https:&#x2F;&#x2F;www.newscientist.com&#x2F;&quot;" rel="nofollow">https:&#x2F;&#x2F;www.newscientist.com&#x2F;&quot;</a>]::after, a[href^=&quot;<a href="https:&#x2F;&#x2F;www.telegraph.co.uk&#x2F;&quot;" rel="nofollow">https:&#x2F;&#x2F;www.telegraph.co.uk&#x2F;&quot;</a>]::after, a[href^=&quot;<a href="https:&#x2F;&#x2F;www.thetimes.co.uk&#x2F;&quot;" rel="nofollow">https:&#x2F;&#x2F;www.thetimes.co.uk&#x2F;&quot;</a>]::after, a[href^=&quot;<a href="https:&#x2F;&#x2F;www.wsj.com&#x2F;&quot;" rel="nofollow">https:&#x2F;&#x2F;www.wsj.com&#x2F;&quot;</a>]::after { color: rgba(128,0,0,0.75) !important; content: &quot; $ &quot; !important; }