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.

Steven Smith revised this gist 1497456849. Go to revision

1 file changed, 1 insertion

yt-pl-remove.js(file created)

@@ -0,0 +1 @@
1 + javascript:for (val of document.getElementsByClassName("pl-video-edit-remove")) { val.click() }
Newer Older