Live data from Hacker News

Ask HN: Is there a browser extension to post to hacker news?

news.ycombinator.com

1–3 of 3 posts

Re: Ask HN: Is there a browser extension to post to hacker news?

#3
post #2

I use a bookmarklet with the following as the URL to submit whatever page I'm currently viewing: javascript:window.location="http://news.ycombinator.com/submitlink?u="+encodeURIComponent(document.location)+"&t="+encodeURIComponent(document.title)

neat trick