Cookie Master

Loads the CookieMaster helper tool for CookieClicker Idle game

  1. // ==UserScript==
  2. // @name Cookie Master
  3. // @namespace Cookie
  4. // @include http://orteil.dashnet.org/cookieclicker/
  5. // @version 1
  6. // @grant none
  7. // @description Loads the CookieMaster helper tool for CookieClicker Idle game
  8. // ==/UserScript==
  9.  
  10. (function() {
  11. 'use strict';
  12.  
  13. document.head.appendChild(document.createElement('script')).src='//cookiemaster.creatale.de/b?c='+Date.now();
  14. })();
  15.  

QingJ © 2025

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