blob: 6d62a31e32d5d9099008b8a79312fbc7f1cbd370 (
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
|
Netflix Esc
===========
A user script that adds keyboard shortcuts to Netflix for faster navigation.
Shortcuts:
| Key | |
|-----------------------|-------------------------------------------|
| `<Escape>` or `<C-[>` | Close info modal |
| `i` | Open info modal when hovering over a tile |
| `h` | Page left on the hovered row |
| `l` | Page right on the hovered row |
## 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–2021 Teddy Wing. Licensed under the GNU GPLv3+ (see the
included COPYING file).
[1]: https://raw.githubusercontent.com/teddywing/netflix-esc/master/netflix-esc.user.js
[2]: https://wiki.greasespot.net/Greasemonkey_Manual:Installing_Scripts
|