Created
June 14, 2017 16:14
-
-
Save blha303/9f5681c4e24ca0169d20af209a387a48 to your computer and use it in GitHub Desktop.
Bookmarklet to remove all videos from a Youtube playlist with a single click. Note: Doesn't work in one go! You'll have to refresh the page and keep clicking until all the videos are gone, or remove the remainder by hand.
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
javascript:for (val of document.getElementsByClassName("pl-video-edit-remove")) { val.click() } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment