Autoplay für SerienStream.to
< Feedback on 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)";
Sign in to post a reply.
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)";