Skip to content

Instantly share code, notes, and snippets.

View KnoBuddy's full-sized avatar
🎯
Focusing

Kyle KnoBuddy

🎯
Focusing
  • Southern California
View GitHub Profile
@KnoBuddy
KnoBuddy / README.md
Last active March 14, 2025 22:18 — forked from TheOnlyWayUp/README.md
Like all songs in a Youtube Music Playlist

This script likes all the songs in a Youtube Music Playlist at once.

Use at own risk!

  • There has been at least one user that complained that their account was suspended because "YouTube thought I was doing "Fake Engagement" by automating likes."
  • I have successfully transferred over 700 song likes between accounts with this method, and have hundreds more to go. Will definitely update if I am suspended or have negative consequences.
  • It may be advisable to vary the length of time between likes randomly between 10-100 seconds, but that would inscrease the script time extravagantly, so this feature has not been implemented at this time.

Instructions:

If you navigate to the Liked playlist from the homepage of the Android app (I assume iOS has a similar functionality), you can long-press the liked playlist and select Save to playlist. Name the playlist and make sure Public is selected. (You have to create a channel for the public option to appear; it will prompt you if you don't already have one created)

@TheOnlyWayUp
TheOnlyWayUp / README.md
Last active June 20, 2025 13:14
Like all songs in a Youtube Music Playlist

This script likes all the songs in a Youtube Music Playlist at once.

How to use:

  • Visit a Playlist's page on ytm (URL looks like: https://music.youtube.com/playlist?list=...
  • Press ctrl + shift + j. This opens the Developer Console.
  • Copy the script in this gist (That's in script.js)
  • Paste the code into the Developer Console on the ytm Tab, hit enter.
  • Great, you're done!

Star ⭐ this gist if it was useful. Follows to my GitHub Profile are appreciated.