Skip to content

Instantly share code, notes, and snippets.

@iMaz1n
Created November 16, 2022 13:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iMaz1n/ff50323617b101f26e9bb45aa3bd421f to your computer and use it in GitHub Desktop.
Save iMaz1n/ff50323617b101f26e9bb45aa3bd421f to your computer and use it in GitHub Desktop.
Udemy Reset Course Progress
document.querySelectorAll('li input[type=checkbox]:checked').forEach((box, i) => setTimeout(() => box.click(), i * 50))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment