click the deers

great beta cookie empire

  1. // ==UserScript==
  2. // @name click the deers
  3. // @namespace http://tampermonkey.net/
  4. // @version 1.4
  5. // @description great beta cookie empire
  6. // @author gofi
  7. // @match http://orteil.dashnet.org/cookieclicker/beta/
  8. // @require http://code.jquery.com/jquery-latest.js
  9. // ==/UserScript==
  10. /* jshint -W097 */
  11. 'use strict';
  12.  
  13. var clickbigcookie = setInterval(function() {
  14. $('#seasonPopup').trigger('click');
  15. }, 1);

QingJ © 2025

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