An open API service indexing awesome lists of open source software.

https://github.com/devidw/youtube-unliker

Unlike all previously liked YouTube videos at once.
https://github.com/devidw/youtube-unliker

bookmarklet degoogle degoogle-your-life degoogled degoogling degoogling-your-life unlike unliker youtube

Last synced: 28 days ago
JSON representation

Unlike all previously liked YouTube videos at once.

Awesome Lists containing this project

README

          

= YouTube Bulk Unlike
:author: David Wolf

Unlike all previously liked YouTube videos at once.

image::demo.gif[]

== Installation

Copy the contents of link:bookmarklet.txt[window=_blank] to your clipboard and paste into a new entry in your browser's bookmarks bar.

== Usage
. Open https://www.youtube.com/playlist?list=LL
. 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 https://en.wikipedia.org/wiki/Bookmarklet[bookmarklet] using the https://github.com/mrcoles/bookmarklet[bookmarlet] libary.

[source,zsh]
----
npm install
npm link bookmarklet
----

[source,zsh]
----
bookmarklet ./bookmarklet.js ./bookmarklet.txt
----

***

_This https://en.wikipedia.org/wiki/Bookmarklet[Bookmarklet] was scaffolded with the https://github.com/devidw/cookiecutter-bookmarklet[cookiecutter-bookmarklet] template._