Topic: Local FrozenCookie script

Here is a dandy little addon for cookie clicker:

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);  }() );

Add this script to a bookmark (as location) and launch after starting the game. All's fair in CookieClicker wink