QRコードを表示(hatena)
by
mino90
2017-02-02 [2017/02/02 00:58:51]
(Forked from
QRコードを表示 by
mino90)
http://d.hatena.ne.jp/barcode を使って現在開いているページのQRコードを表示。
@@ -3,6 +3,7 @@
* @description http://d.hatena.ne.jp/barcode を使って現在開いているページのQRコードを表示。
* @include http://*
* @license MIT License
+ * @javascript_url
*/
(function(){
/*
* @title QRコードを表示(hatena)
* @description http://d.hatena.ne.jp/barcode を使って現在開いているページのQRコードを表示。
* @include http://*
* @license MIT License
* @javascript_url
*/
(function(){
var t=encodeURIComponent(location.href);
var w=window.open('about:blank','_blank','width=325, height=350');
w.document.open();
w.document.write('<html><body><div><img src="http://d.hatena.ne.jp/barcode?str='+t+'" alt=""></div><div><input onclick="window.close();" type="button" value="close" /></div></body></html>');
w.document.close();
})();
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。