Email or username:

Password:

Forgot your password?
Top-level
meduz'

@cobra_winfrey A colleague throwed the idea of writing a TAS (tool-assisted speedrun) in JS for it, so I did it:

`document.querySelectorAll('input').forEach(checkbox => checkbox.checked = true)`

2 comments
meduz'

@cobra_winfrey

Fastest we could come up is this one, thou:

`level.querySelector('span:nth-of-type(6) input').checked = true`

(now back to work xD)

Go Up