try to take over the world!
< 脚本Instagram video player with basic control of volume and skipping.的反馈
It should rather be
for (var video of videoList){
video.setAttribute("controls", "controls");
video.style.zIndex = "1";
}
without the console.log(video)
that writes to the log every second.
The controls don't work though and only display when the video is paused, so it doesn't quite work.
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
Thanks a lot! You could improve this script by replacing:
with:
That way it works on all the videos on the home page.