Odai Slot

    
      
  • /*
     * @title Odai Slot
     * @description Odai-Slot
     * @include http://quyo.hatelabo.jp/
     * @license MIT License
     * @require 
     * @private
     */
    
    (function($){
      var slot = setInterval(function(){
        $('button.odai-button').click();
      }, 300);
      var stop = function(){
        clearInterval(slot);
      };
      $('div.odai-container').each(function(){
        slot
      }).mouseover(stop);
    })(jQuery);
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2014/12/29 23:32:51 - 2014-12-29
  2. 2014/12/29 23:30:17 - 2014-12-29