/*
* @title 今見ているページのQRコード作成
* @description googleChartAPIを利用しました。
* @include http://*
* @license MIT License
* @require
*/
w=250;
open("http://chart.apis.google.com/chart?cht=qr&chs="+w+"&chld=H&chl="+encodeURIComponent(location.href));