eval Hatena::Let

    @@ -3,6 +3,7 @@ * @description silent eval in Hatena::Let * @include http://let.hatelabo.jp/* * @exclude http://let.hatelabo.jp/noromanba/let/gYC-y5bd55apeg/* + * @exclude http://let.hatelabo.jp/amachang/let/gYC-ypTj2OeXdA/* * @contributor mafucode http://let.hatelabo.jp/mafucode/let/gYC-y5XlrOu8fA * @contributor taizooo http://let.hatelabo.jp/taizooo/let/gYC-x5a6kcvwTQ (Fork of) * @author noromanba http://let.hatelabo.jp/noromanba/let/gYC-y5bd55apeg @@ -12,11 +13,11 @@ // if you use in global sites; c.f. http://let.hatelabo.jp/amachang/let/gYC-ypTj2OeXdA (function () { - if (!/^http:\/\/let\.hatelabo\.jp\/\w+\/let\/[\w\-]+/.test(location.href)) return; + if (!/^http:\/\/let\.hatelabo\.jp\/[\w\-]+\/let\/[\w\-]+/.test(location.href)) return; var s = document.createElement('script'); s.charset = 'utf-8'; s.src = location.href + '.loader.js'; document.body.appendChild(s); -})(); +})();
  • /*
     * @title eval Hatena::Let
     * @description silent eval in Hatena::Let
     * @include http://let.hatelabo.jp/*
     * @exclude http://let.hatelabo.jp/noromanba/let/gYC-y5bd55apeg/*
     * @exclude http://let.hatelabo.jp/amachang/let/gYC-ypTj2OeXdA/*
     * @contributor mafucode  http://let.hatelabo.jp/mafucode/let/gYC-y5XlrOu8fA
     * @contributor taizooo   http://let.hatelabo.jp/taizooo/let/gYC-x5a6kcvwTQ (Fork of)
     * @author      noromanba http://let.hatelabo.jp/noromanba/let/gYC-y5bd55apeg
     * @license MIT License http://opensource.org/licenses/MIT
     */
    
    // if you use in global sites; c.f. http://let.hatelabo.jp/amachang/let/gYC-ypTj2OeXdA
    
    (function () {
        if (!/^http:\/\/let\.hatelabo\.jp\/[\w\-]+\/let\/[\w\-]+/.test(location.href)) return;
    
        var s = document.createElement('script');
        s.charset = 'utf-8';
        s.src = location.href + '.loader.js';
    
        document.body.appendChild(s);
    })();
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2013/05/17 03:42:32 - 2013-05-17
  2. 2013/05/16 04:53:34 - 2013-05-16
  3. 2013/05/16 04:31:43 - 2013-05-16
  4. 2013/05/16 04:18:27 - 2013-05-16
  5. 2013/02/08 14:29:30 - 2013-02-08
  6. 2013/02/08 09:04:10 - 2013-02-08
  7. 2013/02/08 04:07:10 - 2013-02-08
  8. 2013/02/08 03:58:38 - 2013-02-08
  9. 2013/02/08 03:53:33 - 2013-02-08
  10. 2013/02/08 03:36:15 - 2013-02-08
  11. 2013/02/08 03:14:56 - 2013-02-08
  12. 2013/02/08 03:13:38 - 2013-02-08