Skip to content

Instantly share code, notes, and snippets.

@cthree
Created January 31, 2012 19:37
Show Gist options
  • Save cthree/1712457 to your computer and use it in GitHub Desktop.
Save cthree/1712457 to your computer and use it in GitHub Desktop.
Bookmark to show QR code image for current browser location
javascript:void(window.open('http://chart.apis.google.com/chart?cht=qr&chs=300x300&chl='+encodeURIComponent(location.href),'Qr%20code','top=100,left=200,width=350,height=350,status=yes'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment