link.md

    @@ -2,15 +2,12 @@ * @title link.md * @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) - * @require + * @javascript_url */ -// # Changes -// - fix screen transition when press 'OK' -// - allow no title e.g. https://api.github.com/gists/2370972 - // c.f. http://daringfireball.net/projects/markdown/syntax (Markdown official syntax) prompt('Copy Me', '[' + (document.title || location.href) + '](' + location.href + ')'); void 0;
  • /*
     * @title link.md
     * @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)
     * @javascript_url
     */
    
    // c.f. http://daringfireball.net/projects/markdown/syntax (Markdown official syntax)
    prompt('Copy Me', '[' + (document.title || location.href) + '](' + location.href + ')');
    void 0;
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2018/06/05 22:21:37 - 2018-06-05
  2. 2018/06/05 22:20:02 - 2018-06-05
  3. 2014/04/25 01:12:46 - 2014-04-25
  4. 2014/04/24 03:29:17 - 2014-04-24