Skip to content

Instantly share code, notes, and snippets.

@yamatt
Created April 24, 2012 11:04
Show Gist options
  • Save yamatt/2478803 to your computer and use it in GitHub Desktop.
Save yamatt/2478803 to your computer and use it in GitHub Desktop.
Turn this page in to a QR code bookmarklet
javascript:(function(){var qr_url="http://chart.apis.google.com/chart?cht=qr&chs=300x300&chld=H|0&chl=";window.open(qr_url+encodeURIComponent(location.href));})();
@yamatt
Copy link
Author

yamatt commented Apr 24, 2012

In your browser create a bookmark with this as the url. Then whatever page you are on when clicked it will open a new window/tab that has a QR code with that pages URL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment