Skip to content

Instantly share code, notes, and snippets.

@vladocar
Created June 11, 2012 12:40
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vladocar/2909901 to your computer and use it in GitHub Desktop.
Save vladocar/2909901 to your computer and use it in GitHub Desktop.
URL to QR Bookmarklet - JavaScript
document.getElementsByTagName("body")[0].innerHTML="<div id='qrcode' style='position:absolute; top:0; left:0; z-index:99993; width:550px; height:550px;background-color:#fff; padding:49px; border:1px solid #ccc'><img src='http://chart.apis.google.com/chart?cht=qr&chs=500x500&choe=UTF-8&chld=H&chl="+window.location+"' /></div>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment