Created
November 16, 2022 13:37
-
-
Save iMaz1n/ff50323617b101f26e9bb45aa3bd421f to your computer and use it in GitHub Desktop.
Udemy Reset Course Progress
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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