No post body was provided.
Ask HN: Is there a browser extension to post to hacker news?
1–3 of 3 posts
Re: Ask HN: Is there a browser extension to post to hacker news?
#2I 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)Re: Ask HN: Is there a browser extension to post to hacker news?
#3I 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