Skip to content

Instantly share code, notes, and snippets.

@yoshimov
Created March 21, 2012 12:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yoshimov/2146576 to your computer and use it in GitHub Desktop.
Save yoshimov/2146576 to your computer and use it in GitHub Desktop.
Bookmarklet to create QR code for current page.
javascript:(function(){var l=window.location.href;void(window.open('https://chart.googleapis.com/chart?chs=300x300&cht=qr&chl='+l,'_blank'));})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment