Created
November 3, 2024 09:13
-
-
Save ziyahan/88271073cc2a800f7adff3041c358259 to your computer and use it in GitHub Desktop.
Udemy course progress reset (No need for extension)
This file contains hidden or 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
const checkboxes = document.querySelectorAll("input[type='checkbox'][data-purpose='progress-toggle-button']"); | |
for (let i = 0; i < checkboxes.length; i++) { | |
checkboxes[i].click(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment