Skip to content

Instantly share code, notes, and snippets.

@theconektd
Created November 5, 2010 10:20
Show Gist options
  • Save theconektd/663926 to your computer and use it in GitHub Desktop.
Save theconektd/663926 to your computer and use it in GitHub Desktop.
Just a little bookmarklet that will open a new window with a QR code for the current page's URL
javascript:(function(){ window.open( 'http://chart.apis.google.com/chart?cht=qr&chs=512x512&chl=' + document.location.href,'qrcodepopup','width=700,height=700') })();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment