MakeLink4@Wiki
by
mame-tanuki
2010-05-21 [2010/05/21 23:39:29]
@Wiki用リンク作成+はてなブックマーク数表示
-
/*
* @title MakeLink4@Wiki
* @description @Wiki用リンク作成+はてなブックマーク数表示
* @description 詳細 http://mame-tanuki.g.hatena.ne.jp/mame-tanuki/20100521/MakeLink4AtWiki
* @license MIT License
* @require
*/
var t=document.title;
var u=location.href;
var ele=document.createElement('textarea');
ele.style.width='100%';
ele.value='[['+t+'>'+u+']]&image(http://b.hatena.ne.jp/entry/image/'+u+',http://b.hatena.ne.jp/entry/'+u+',blank,inline)';
document.body.insertBefore(ele,document.body.firstChild);
ele.focus();
ele.select();
-
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。