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