javascript: (function () { var video = document.querySelector("video"); video.currentTime = video.duration; })();