click the beta golden cookie

great beta cookie empire

// ==UserScript==
// @name         click the beta golden cookie
// @namespace    http://tampermonkey.net/
// @version      1
// @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 clickgoldencookies = setInterval(function() {
    $('#goldenCookie').trigger('click');
}, 1);

QingJ © 2025

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