Skip to content

Instantly share code, notes, and snippets.

@maylogger
Created May 21, 2013 06:25
Show Gist options
  • Select an option

  • Save maylogger/5617838 to your computer and use it in GitHub Desktop.

Select an option

Save maylogger/5617838 to your computer and use it in GitHub Desktop.
url convert to QR code bookmarklet
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