1 (edited by masodo 2021-04-02 10:01:42)

Topic: Frozen Cookies

I am playing Cookie Clicker using the Frozen Cookies add-on:

https://cookieclicker.fandom.com/wiki/F … pt_Add-on)

DeBurger Game Room Script Shortcut "Location" Property:

javascript:(   function () {     var js = document.createElement('script');     js.setAttribute('type', 'text/javascript');     js.setAttribute('id', 'frozenCookieScript');     js.setAttribute('src', 'http://deburger.com/ARCADE/arcade/gamedata/CookieClicker_masodo/frozen_cookies.js');     document.head.appendChild(js);  }() );

Not as fun as playing, but still fun to tinker with...
(it's hardly really cheating)