Created
March 21, 2012 12:21
-
-
Save yoshimov/2146576 to your computer and use it in GitHub Desktop.
Bookmarklet to create QR code for current page.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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