s.to autoplay

Autoplay für SerienStream.to

< Feedback on s.to autoplay

Question/comment

§
Posted: 2020.12.12.
Edited: 2020.12.12.

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)";

Post reply

Sign in to post a reply.