Skip to content

Unlike all previously liked YouTube videos at once.

License

Notifications You must be signed in to change notification settings

devidw/youtube-unliker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.