[URL:title=]

    @@ -1,11 +1,15 @@ /* * @title [URL:title=] - * @description Hatena URL Syntax with title + * @description prompt Hatena URL Syntax with title * @include http://* - * @license MIT License http://nrm.mit-license.org/2012 - * @require + * @include https://* + * @license MIT License https://nrm.mit-license.org/2012 + * @javascript_url */ -(function () { - prompt('Copy Me', '[' + location.href + ':title=]'); + +(() => { + // XXX Hatena title fetching is often broken especially when `https` + window.prompt('Copy Me', `[${location.href}:title=]`); })(); +
  • /*
     * @title [URL:title=]
     * @description prompt Hatena URL Syntax with title
     * @include http://*
     * @include https://*
     * @license MIT License https://nrm.mit-license.org/2012
     * @javascript_url
     */
    
    
    (() => {
        // XXX Hatena title fetching is often broken especially when `https`
        window.prompt('Copy Me', `[${location.href}:title=]`);
    })();
    
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2018/06/05 22:12:43 - 2018-06-05
  2. 2018/06/05 22:12:01 - 2018-06-05
  3. 2013/01/29 07:47:33 - 2013-01-29
  4. 2012/10/25 07:36:04 - 2012-10-25
  5. 2012/10/23 01:08:50 - 2012-10-23
  6. 2012/05/18 07:41:34 - 2012-05-18
  7. 2012/05/18 07:41:03 - 2012-05-18
  8. 2011/06/24 06:08:40 - 2011-06-24
  9. 2011/06/24 05:52:06 - 2011-06-24
  10. 2011/06/24 05:49:44 - 2011-06-24