Skip to content

Tags: dannvix/NflxMultiSubs

Tags

v2.1.2

Toggle v2.1.2's commit message
Bump version to v2.1.2

v2.1.1

Toggle v2.1.1's commit message
Bump version to v2.1.1, and refine comments

v2.1.0

Toggle v2.1.0's commit message
Fix automatic secondary subtitles selection

v2.0.1

Toggle v2.0.1's commit message
Bump version to v2.0.1

v2.0.0

Toggle v2.0.0's commit message
Update README.md and README_en.md

Remove `hobodrifterdavid` from the maintainers, as he clearly
does not actively keep this extension working/updated.

v1.6.7

Toggle v1.6.7's commit message
Bump version to v1.6.7

v1.6.6

Toggle v1.6.6's commit message
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).

v1.6.5

Toggle v1.6.5's commit message
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.

v1.6.4

Toggle v1.6.4's commit message
Bump version to v1.6.4 🎊

v1.6.3

Toggle v1.6.3's commit message
Fix: ignore preloaded manifest (not playing) (#5)