Autoplay für SerienStream.to
< Feedback op s.to autoplay
remove line: document.body.style.position = "relative";change: nextButton.style.left = "calc(100% - "+nextButton.offsetWidth+"px)";to: nextButton.style.left = "calc(100% - "+ (nextButton.offsetWidth + 1) +"px)";
Log in om antwoord te geven.
remove line: document.body.style.position = "relative";
change: nextButton.style.left = "calc(100% - "+nextButton.offsetWidth+"px)";
to: nextButton.style.left = "calc(100% - "+ (nextButton.offsetWidth + 1) +"px)";