79479352

Date: 2025-03-02 15:56:58
Score: 1
Natty:
Report link

Another way:

document.querySelectorAll('input[type=checkbox]').forEach(el => el.click());
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
Posted by: Glenn Wark