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.

Post to Hacker News – Get This Extension for Firefox (En-US)

2 pointsby krapansabout 5 years ago

1 comment

notRobotabout 5 years ago
We already have a much easier way to do this through a bookmarklet, which doesn&#x27;t involve trusting an extension: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;bookmarklet.html" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;bookmarklet.html</a><p>It&#x27;s one line of JS that you can inspect right here:<p><pre><code> javascript:window.location=%22http:&#x2F;&#x2F;news.ycombinator.com&#x2F;submitlink?u=%22+encodeURIComponent(document.location)+%22&amp;t=%22+encodeURIComponent(document.title)</code></pre>