Fast Forwarding a video progress bar [closed]

I’m watching a video on a website. It has progress bar but we cannot move forward the progress bar ie it being disabled on that site. We have to watch the whole video and then well be able to go to the Next video. How can I move forward the progress bar using some code?

A friend of mine provided me with some JS code for browser console but it didn’t work out.

  • the difficulty is that a website doesn’t really help us help you. in general, you’d manipulate the video s .currentTime property

    – 

Leave a Comment