はてなスター連射

    @@ -8,6 +8,6 @@ */ (function() { setTimeout(function () { - $('.hatena-star-add-button').simurate('click')[0] && setTimeout(arguments.callee, 1000); + $('.hatena-star-add-button').simulate('click')[0] && setTimeout(arguments.callee, 1000); }, 1000); })()
  • /*
     * @title はてなスター連射(調整中)
     * @description いっぱいつけるよ!
     * @include http://*
     * @license BSD
     * @require jQuery
     * @require http://github.com/eduardolundgren/jquery-simulate/raw/master/jquery.simulate.js
     */
    (function() {
      setTimeout(function () {
        $('.hatena-star-add-button').simulate('click')[0] && setTimeout(arguments.callee, 1000);
      }, 1000);
    })()
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2010/05/27 18:58:25 - 2010-05-27
  2. 2010/05/27 18:57:45 - 2010-05-27
  3. 2010/05/27 18:56:45 - 2010-05-27
  4. 2010/05/27 18:52:34 - 2010-05-27
  5. 2010/05/27 18:50:32 - 2010-05-27
  6. 2010/05/27 18:50:01 - 2010-05-27