I really enjoyed the animation for seeing how much each button press was worth
setInterval(() => { document.querySelector('.main-btn-wrapper button').click() }, 10)
helped have me save my trackpad
11–20 of 620 posts
setInterval(() => { document.querySelector('.main-btn-wrapper button').click() }, 10)
helped have me save my trackpad
There's certainly better ways to do this, but here's one way to automate 1000 clicks from the console:
for (let i = 0; i
Automating this art piece probably also says ... something.Can someone explain me the point?
Can someone explain me the point?
It falls under the category of "incremental games" that are generally simple but addicting due to the dopamine release from watching those numbers go up