Last active 1497420850

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.

Revision e08be203269594755624ff4dbfbf62c1b3e68758

yt-pl-remove.js Raw
1javascript:for (val of document.getElementsByClassName("pl-video-edit-remove")) { val.click() }