mkdlink
by
jdg
2012-04-10 [2012/04/10 18:44:23]
見ているページのリンクをマークダウン形式のlinkをpromptで出す
@@ -6,4 +6,4 @@
* @require
*/
-alert("[" + document.querySelector('title').textContent + "](" + location.href + ")");
+prompt("mkdlink", "[" + document.querySelector('title').textContent + "](" + location.href + ")");
/*
* @title mkdlink
* @description 見ているページのリンクをマークダウン形式のlinkをalertするやつ
* @include http://*
* @license MIT License
* @require
*/
prompt("mkdlink", "[" + document.querySelector('title').textContent + "](" + location.href + ")");
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。