Skip to content

Instantly share code, notes, and snippets.

@andyferra
Created November 5, 2010 10:20
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save andyferra/663926 to your computer and use it in GitHub Desktop.
Save andyferra/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