eval Hatena::Let

    
      
  • /*
     * @title Run Hatena::Let
     * @description silent version. fork from http://let.hatelabo.jp/mafucode/let/gYC-y5XlrOu8fA
     * @include http://let.hatelabo.jp/*
     * @license MIT License
     */
    
    //cf. Run Hatena::Let - Hatena::Let http://let.hatelabo.jp/mafucode/let/gYC-y5XlrOu8fA
    //cf. addforklink - Hatena::Let http://let.hatelabo.jp/taizooo/let/gYC-ydPttrvedg
    
    (function () {
      a = document.querySelector("a.edit-link[href*='let.fork']");
      if (!a) return;
      b = a.cloneNode();
      b.href = "javascript:void(0)";
      b.textContent = "|>RUN";
      b.style.backgroundColor = "#6699FF";
      b.style.color = "white";
      b.style.backgroundImage = "url('http://let.hatelabo.jp/images/config-icon-advanced-on.png')";
      a.parentNode.insertBefore(b);
    
      b.addEventListener('click', (function () {
        s = document.createElement("script");
        s.charset = "utf-8";
        s.src = location.href + ".loader.js";
        document.body.appendChild(s);
      }),
      false);
    
    })()
  • 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