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.
- Host: GitHub
- URL: https://github.com/devidw/youtube-unliker
- Owner: devidw
- License: mit
- Created: 2022-05-20T16:29:29.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-21T07:23:27.000Z (about 4 years ago)
- Last Synced: 2025-06-19T04:08:09.264Z (12 months ago)
- Topics: bookmarklet, degoogle, degoogle-your-life, degoogled, degoogling, degoogling-your-life, unlike, unliker, youtube
- Language: JavaScript
- Homepage:
- Size: 462 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
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._