I usually use the timer built into the iOS app, but at work I really wanted something on my desktop. So I wrote a line of JavaScript I can paste into the developer tools console to make any goal page’s input box auto-increment:
Yup! Any blob of JS that you can paste in the console also can be wrapped in javascript:(()=>{ ... })(), in general. Along with a little minification—not sure if necessary, but some browsers used to get grumpy about spaces iirc?