An open API service indexing awesome lists of open source software.

https://github.com/simon04/qrcode-bookmarklet

Generate a QR code of the current page/selection
https://github.com/simon04/qrcode-bookmarklet

Last synced: about 1 year ago
JSON representation

Generate a QR code of the current page/selection

Awesome Lists containing this project

README

          

qrcode-bookmarklet
=

This bookmarklet is based on shaun's qrbookmarklet from https://code.google.com/p/qrbookmarklet/ and uses kazuhikoarase's JavaScript QRCode generator https://github.com/kazuhikoarase/qrcode-generator.

To install, create a bookmark of
```
javascript:(function(){document.body.appendChild(document.createElement('script')).src='http://simon04.github.io/qrcode-bookmarklet/qrcode.js';document.body.appendChild(document.createElement('script')).src='http://simon04.github.io/qrcode-bookmarklet/qr.js';})();
```

This project is MIT licensed.