Insert Current Location
by
cho45
2010-05-15 [2010/05/15 15:47:28]
insert map link to focused input
/*
* @title Insert Current Location
* @description insert map link to focused input
* @include http://*
* @license MIT aLicense
* @require http://gist.github.com/3239.txt#createElementFromString
* @require http://gist.github.com/228509.txt#getCurrentLocationMapLink
*/
var input = (document.activeElement || window.getSelection().focusNode);
getCurrentLocationMapLink(function (url) {
input.value += ' ' + url;
});
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。