Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 970 Bytes

README.adoc

File metadata and controls

39 lines (23 loc) · 970 Bytes

YouTube Bulk Unlike

Unlike all previously liked YouTube videos at once.

demo

Installation

Copy the contents of bookmarklet.txt to your clipboard and paste into a new entry in your browser’s bookmarks bar.

Usage

  1. Open https://www.youtube.com/playlist?list=LL

  2. Execute the bookmarklet

Note
If there are private videos that are hidden from the normal liked videos list, you can open the list of private videos and re-execute the bookmarklet.

Development

Build the bookmarklet using the bookmarlet libary.

npm install
npm link bookmarklet
bookmarklet ./bookmarklet.js ./bookmarklet.txt

This Bookmarklet was scaffolded with the cookiecutter-bookmarklet template.