OOOPS SORRY

This commit is contained in:
ashley 2024-05-11 00:04:47 +00:00
parent 6134c84047
commit 667abd4764

View file

@ -3248,10 +3248,6 @@ function resumeProgress() {
};
window.onload = function() {
setInterval(toggleOpacity, 200);
};
video.addEventListener('timeupdate', () => {
if (Math.floor(video.currentTime) % 1 === 0) {
saveProgress();