Someone know how to load own subtitles to Netflix player like SuperFlix do? There is only few infromations about Netflix HTML5 player, one of those is that I should can manipulate player using
netflix.cadmium.objects.videoPlayer();
and so one, but
Uncaught TypeError: netflix.cadmium.objects.videoPlayer is not a function(…)
is the only thing I got. I suppose that Netflix changes something, but SuperFlix still works so it's possible. Iam trying it in Chrome console but in the end it would be Chrome extension.
Thanks