click the deers

great beta cookie empire

目前为 2016-02-07 提交的版本。查看 最新版本

// ==UserScript==
// @name         click the deers
// @namespace    http://tampermonkey.net/
// @version      1.4
// @description  great beta cookie empire
// @author       gofi
// @match        http://orteil.dashnet.org/cookieclicker/beta/
// @require      http://code.jquery.com/jquery-latest.js
// ==/UserScript==
/* jshint -W097 */
'use strict';

var clickbigcookie = setInterval(function() {
    $('#seasonPopup').trigger('click');
}, 1);

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址