Skip to content

Instantly share code, notes, and snippets.

@mikhoul
Forked from tlxue/linkToQrcode
Last active August 29, 2015 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikhoul/6d0bd7b8f6d39bd57177 to your computer and use it in GitHub Desktop.
Save mikhoul/6d0bd7b8f6d39bd57177 to your computer and use it in GitHub Desktop.
javascript:(function(){document.location.href='https://chart.googleapis.com/chart?chs=150x150&cht=qr&choe=UTF-8&chl='+encodeURIComponent(document.location.href);})()
// 根据当前页面生成 QR code 的 bookmarklet
// 用到了 Google Chart API: https://developers.google.com/chart/infographics/docs/qr_codes?csw=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment