Greasy Fork is available in English.

s.to autoplay

Autoplay für SerienStream.to

< 脚本s.to autoplay的反馈

提问/评论

§
发表于:2020-12-12
编辑于: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)";

发表回复

登录以发表回复。