Feature request: url param on /breaks to default checked status to true

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.

2 Likes