close
  • person rss_feed

    Mathias Poujol-Rost ✅ ’s feed

    Blog

    • chevron_right

      Mathias Poujol-Rost ✅ · Friday, 25 May, 2018 - 06:23

      Contact publication

    New status by skiant
    • New status by skiant

      To finish up, here's how to uncheck everything in one go, using a desktop browser (Firefox/Chrome). While on the page with the 322 checkboxes, open up your web console (Chrome: https://developers.google.com/web/tools/chrome-devtools/console/#open_as_panel, Firefox: https://developer.mozilla.org/en-US/docs/Tools/Web_Console/Opening_the_Web_Console) and copy-paste this :  document.querySelectorAll('input[type=checkbox]').forEach((input) => input.checked = false) Then press enter. All checks should be checked out.