Skip to content

Instantly share code, notes, and snippets.

@dindinet
Created February 10, 2025 20:31
Show Gist options
  • Select an option

  • Save dindinet/72a9316ee66c9cdcc3e58f169a9c7b15 to your computer and use it in GitHub Desktop.

Select an option

Save dindinet/72a9316ee66c9cdcc3e58f169a9c7b15 to your computer and use it in GitHub Desktop.

Revisions

  1. dindinet created this gist Feb 10, 2025.
    4 changes: 4 additions & 0 deletions uncheckprefs.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    var list = document.querySelectorAll('input[type=checkbox]');
    for (var item of list) {
    item.checked = false;
    }