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.

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

1 pointsby organman91over 5 years ago
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

ChrisGrangerover 5 years ago
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; }