blob: 7a68151fce66202b971f385fbdc082a0c967d8ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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
|