Hacker News new | ask | show | jobs
by lovegrenoble 678 days ago
Cookie is difficult (
4 comments

With a touchpad, I can get 12 clicks per second without straining myself by alternating between two fingers.
Was easier to use enter + space, rather than a trackpad.
I opened console and did something like:

    setInterval(() => document.querySelector('button').click(), 100)
In Chrome, you can simply click, hold, and hold enter when releasing click.
In mobile it's impossible
Just hold down enter.