- Copy the contents of
youtube-playlist-tally.js - Open a YouTube playlist in your browser
- Important: Do not scroll down; this will load recommendations, which will mess up the tally!
- Open your browser's devtools → Console
- Paste the contents of your clipboard and press Enter
- Done! Your console should return the total runtime of the playlist as a string.
- This won't work if any video in the playlist is more than an hour long.
- Output is in MM:SS only. If the total is over one hour (MM >= 60), you will have to convert it to HH:MM:SS yourself.