Pinned Loading
-
-
-
vernederlandst
vernederlandst PublicA site that literally translates from a language to dutch.
JavaScript
-
-
adventure-game
adventure-game Public archiveForked from jopdewinter/adventure-game
A point & click Javascript adventure game
JavaScript 1
-
Calculates total watch time in minut...
Calculates total watch time in minutes of an IMBD list per page in minutes. When there are more than one page you have to calculate per page and add up the number yourself 1var movieDuration = document.getElementsByClassName('runtime');
2var totalMinutes = 0;
34for (var i = 0; i < movieDuration.length; i++) {
5totalMinutes += parseInt(movieDuration[i].innerText.split(" min")[0]);
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.