Start the auto clicker:
javascript:var autoclicker %3D setInterval(function()%7B try %7B Game.lastClick -%3D 1000%3B document.getElementById(%27bigCookie%27).click()%3B %7D catch (err) %7B console.error(%27Stopping auto clicker%27)%3B clearInterval(autoclicker)%3B %7D %7D, 1)%3B
Stop the auto clicker:
javascript:clearInterval(autoclicker);
(Thanks to Jacob Strieb for this one! Here's the link to his site: https://jstrieb.github.io/