You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix the manifest ID checking (#20)
Recently we discover some Netflix episodes can likely have multiple URLs (i.e.
different manifest ID in the `netflix.com/watch/12345678` URL format).
This breaks our checking of manifest ID (refer to #5). Thus when the loaded
manifest ID does not present in URL, we check the player's DOM tree as an
alternative way... tricky but works (at least for now).
Fix overlap (z-index) issue for new player UI (#19)
After some users being upgraded to a version of web player with fancy controls
(codename: `Neo`), users' clicks on the control buttons are not effective
because we don't adjust the z-index of Neo controls.