Live data from Hacker News

Ask HN: Do you send links to yourself?

news.ycombinator.com

1–10 of 35 posts

Re: Ask HN: Do you send links to yourself?

#10
For quick desktop->mobile I banged out this bookmarklet to gen a qr code. Caveats: this was a quick hack and probably doesn't work on everything. super long urls could be a problem.

  javascript:(function(){if(document.getElementById){var x=document.body;var o=document.createElement('script');if(typeof(o)!='object') o=document.standardCreateElement('script');o.setAttribute('src','https://qrbookmarklet.googlecode.com/svn/trunk/qr.js');o.setAttribute('type','text/javascript');x.appendChild(o);}})();
Post reply on HN