Live data from Hacker News

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

addons.mozilla.org

1–2 of 2 posts

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

#2
We already have a much easier way to do this through a bookmarklet, which doesn't involve trusting an extension: https://news.ycombinator.com/bookmarklet.html

It's one line of JS that you can inspect right here:

    javascript:window.location=%22http://news.ycombinator.com/submitlink?u=%22+encodeURIComponent(document.location)+%22&t=%22+encodeURIComponent(document.title)