Youtube Playlist Duration Calculator (Forked)

Calculate the duration of a playlist and display it next to the number of videos. Also detects and displays video playback speed.

< Feedback on Youtube Playlist Duration Calculator (Forked)

Question/comment

§
Posted: 2025-05-09
Edited: 2025-05-09

Heya, there's a bug that's currently making this not work for me. Might be due to a youtube experiment/change or some other other userscript/extension. But in any case, I've fixed the script locally so it works for me.

In appendDurationToPlaylistHeader's first line, change:

document.querySelectorAll('div#publisher-container')[2]

to

document.querySelector('#content div#publisher-container')

Post reply

Sign in to post a reply.