This Tampermonkey script allows users to unlike all songs in their YouTube Music "Liked songs" playlist with a single click.
This script adds a button to the YouTube Music "Liked songs" playlist page that, when clicked, will automatically unlike all songs in the playlist. It scrolls through the entire playlist, ensuring all songs are processed.
- Adds an "Unlike All Songs" button to the YouTube Music interface
- Automatically scrolls through the playlist to load all songs
- Unlikes songs one by one with a short delay to avoid overwhelming the server
- Provides console logs for progress tracking
- Continues from where it left off if the process is interrupted
-
Install the Tampermonkey browser extension:
-
Click on the Tampermonkey icon in your browser and select "Create a new script"
-
Copy and paste the entire script from
youtube-music-bulk-unlike.jsinto the editor -
Save the script (File > Save or Ctrl+S)
-
Navigate to your YouTube Music "Liked songs" playlist: https://music.youtube.com/playlist?list=LM
-
You should see an "Unlike All Songs" button in the top-right corner of the page
-
Click the button to start the unliking process
-
Monitor the console (F12 or right-click > Inspect > Console) for progress updates
- This script performs a bulk action that is not easily reversible. Use with caution.
- The unliking process may take a while if you have a large number of liked songs.
- Using automated scripts may potentially violate YouTube's terms of service. Use at your own risk.
You can also find and install the script from GreasyFork.
Contributions, issues, and feature requests are welcome. Feel free to check issues page if you want to contribute.