Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kmakita13714/c9571e2c661f0624b1f3fbce8764573f to your computer and use it in GitHub Desktop.
Save kmakita13714/c9571e2c661f0624b1f3fbce8764573f to your computer and use it in GitHub Desktop.
[ブックマークレット] Google Chartを利用して入力したURLのQRコードを表示する
javascript:(function(){url=window.prompt('QRコードにしたいURLをフルパスで入力してね。','http://');if(url!=null&&url!=""){open_url='https://chart.googleapis.com/chart?chs=320x320&cht=qr&chl='+encodeURIComponent(url);location.href=open_url;}})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment