link.md
@@ -3,11 +3,12 @@
* @description prompt Markdown inline link
* @include http://*
* @include https://*
- * @license MIT License http://opensource.org/licenses/MIT
* @contributor jdg http://let.hatelabo.jp/jdg/let/gYC-xdO5tsuJfQ (Fork of)
+ * @license MIT License http://opensource.org/licenses/MIT
* @javascript_url
*/
-// c.f. http://daringfireball.net/projects/markdown/syntax (Markdown official syntax)
-prompt('Copy Me', '[' + (document.title || location.href) + '](' + location.href + ')');
-void 0;
+// Markdown official syntax c.f.
+// https://daringfireball.net/projects/markdown/syntax
+prompt('Copy Me', `[${document.title}](${location.href})`); void 0;
+
/*
* @title link.md
* @description prompt Markdown inline link
* @include http://*
* @include https://*
* @contributor jdg http://let.hatelabo.jp/jdg/let/gYC-xdO5tsuJfQ (Fork of)
* @license MIT License http://opensource.org/licenses/MIT
* @javascript_url
*/
// Markdown official syntax c.f.
// https://daringfireball.net/projects/markdown/syntax
prompt('Copy Me', `[${document.title}](${location.href})`); void 0;
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。