So I would like to know if there is any way to alter the video that is playing on netflix, through writing a script or a plug-in for the service.
An example: 22 minute show. Let's say I want to skip the first 2 minutes and continue the video from there. I mean, there has to be some kind of way to do this, I expect it to be
if(video.play) then video.play(timestamp)
or something like
if(colorcode) then skip.frame();
or whatever.