diff options
author | Teddy Wing | 2020-05-08 23:23:01 +0200 |
---|---|---|
committer | Teddy Wing | 2020-05-08 23:23:01 +0200 |
commit | 2db9659c011505cd5916d30f429213c771d8b846 (patch) | |
tree | c05767650ea404975760e425e14bfe667a551ecb | |
parent | 998a674d6ddedf1e0f9f5f51843e0b4d72198975 (diff) | |
download | netflix-immersive-2db9659c011505cd5916d30f429213c771d8b846.tar.bz2 |
Add README
-rw-r--r-- | README.md | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..7a68151 --- /dev/null +++ b/README.md @@ -0,0 +1,33 @@ +Netflix Immersive +================= + +A user script that aims to make Netflix viewing more immersive. In particular, +it ensures end credits are given the same importance as movies. + +* End credits are no longer minimised, and continue playing in the full browser + frame +* The “Watch Credits”, “Skip Intro”, “Skip Recap”, and “Next Episode” buttons + are hidden +* The age rating is hidden + + +## Design Goals + +* Videos should play in the full browser frame and in their entirety, with no + automatic skipping of intros, credits, or other sections +* User interface elements must be hidden during playback, unless shown in + response to user interaction + + +## Install +Open the [raw script][1] and click “Install” in the resulting dialog. A [more +detailed explanation][2] is available on the Greasemonkey wiki. + + +## License +Copyright © 2020 Teddy Wing. Licensed under the GNU GPLv3+ (see the included +COPYING file). + + +[1]: https://raw.githubusercontent.com/teddywing/netflix-immersive/master/netflix-immersive.user.js +[2]: https://wiki.greasespot.net/Greasemonkey_Manual:Installing_Scripts |