Skip to content

Instantly share code, notes, and snippets.

@blha303
Created June 14, 2017 16:14
Show Gist options
  • Save blha303/9f5681c4e24ca0169d20af209a387a48 to your computer and use it in GitHub Desktop.
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.
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