Hacker News new | ask | show | jobs
by kaues 524 days ago
This worked for me to go all the way to the end of the game:

setInterval(function() { document.querySelectorAll('button, .upgrade-icon').forEach((button) => button.click()) }, 1)