Copy mdlink
by
xtetsuji
2022-02-25 [2022/02/25 22:46:34]
今の記事を Markdown のリンク形式で取得
@@ -16,4 +16,5 @@
d.body.appendChild(b);
w,scroll(0,0);
b.select();
+ document.execCommand("copy");
})(window,document,location);
/*
* @title md_link
* @description 今の記事を Markdown のリンク形式で取得
* @include *
* @license MIT License
* @require
*/
(function(w,d,l){
var b=d.createElement("input"), bs=b.style;
b.size=120;
bs.zIndex=99999;
bs.left=bs.top=0;
bs.position="fixed";
b.value="["+d.title+"]("+l.href+")";
d.body.appendChild(b);
w,scroll(0,0);
b.select();
document.execCommand("copy");
})(window,document,location);
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。