As a quick workaround, this bookmarklet:
javascript:document.querySelectorAll('.taking-a-break>input').forEach(x=>x.click())
does the trick, though obviously isn’t as convenient as being able to do it in one fell swoop in the initial URL.
As a quick workaround, this bookmarklet:
javascript:document.querySelectorAll('.taking-a-break>input').forEach(x=>x.click())
does the trick, though obviously isn’t as convenient as being able to do it in one fell swoop in the initial URL.