document.querySelectorAll("[type='checkbox']").forEach(c => c.checked = undefined)
Probably useless for mobile though, unless you can punch it in the omnibar with `javascript:` prefix