This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ertyuio |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://www.youtube.com/watch?v=lPMeAx0ul-A |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let totalTime = { | |
seconds:0, | |
minutes:0, | |
hours:0 | |
} | |
document.querySelectorAll("ytd-playlist-video-renderer").forEach( (element) => { | |
try{ | |
let timelist = element.querySelector("#overlays") |