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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

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

2 点作者 krapans大约 5 年前

1 comment

notRobot大约 5 年前
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>