Hacker News new | ask | show | jobs
Ask HN: Is there a browser extension to post to hacker news?
1 points by thenengah 3052 days ago
1 comments

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