jottit link
by
hitode909
2010-12-12 [2010/12/12 10:00:28]
jottit link
-
/*
* @title jottit link
* @description jottit link
* @include http://*
* @license MIT License
* @require jquery
*/
var node = $('<input>');
node.attr({type: 'text', readonly: 'readonly', value: '[' + document.title + '](' + location.href + ')' });
node.css({ width: '100%', position: 'fixed', left: '0px', top: '50%' });
$('body').append(node);
node.select();
setTimeout(function() {
node.remove();
}, 1000);
-
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。