自動クッキー叩き

    @@ -1,9 +1,6 @@ /* - * @title bookmarklet - * @description my bookmarklet - * @include http://* - * @license MIT License - * @require + * @title 自動クッキー叩き + * @description Cookie Clicker( http://orteil.dashnet.org/cookieclicker/ )にてクッキーを自動でクリックし続ける */ -javascript:(function(){setInterval(function(){Game.ClickCookie();Game.lastClick = 0;}, 1000 / 60);})(); +javascript:(function(){setInterval(function(){Game.ClickCookie();Game.lastClick=0;},1000/60);})();
  • /*
     * @title 自動クッキー叩き
     * @description Cookie Clicker( http://orteil.dashnet.org/cookieclicker/ )にてクッキーを自動でクリックし続ける
     */
    
    javascript:(function(){setInterval(function(){Game.ClickCookie();Game.lastClick=0;},1000/60);})();
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2013/09/20 02:10:38 - 2013-09-20
  2. 2013/09/16 02:41:44 - 2013-09-16
  3. 2013/09/16 02:39:20 - 2013-09-16