//js hack for http://orteil.dashnet.org/cookieclicker/ //sets the cookie price on all items to 0 obj_length= Game.ObjectsById.length; for(var i = 0; i < obj_length; i++){ Game.ObjectsById[i].basePrice = 0; }