| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-07-17 | Increase version v0.0.3 -> v0.0.4HEADv0.0.4master | Teddy Wing | |
| 2021-07-17 | Update `more_info_button` click event | Teddy Wing | |
| Following a recent Netflix update, the `MouseEvent` now causes the info modal to open a new page instead of opening in the existing page. Change the `MouseEvent` to a regular element click call to fix this. | |||
| 2021-03-20 | Increase version v0.0.2 -> v0.0.3v0.0.3 | Teddy Wing | |
| 2021-03-20 | README: Add documentation for new `h` and `l` shortcuts | Teddy Wing | |
| 2021-03-20 | Add pagination shortcuts to page left or right on the hovered row | Teddy Wing | |
| 2021-03-20 | Update `more_info_button` click event | Teddy Wing | |
| The `PointerEvent` no longer works to click the "More Info" button after a recent Netflix update. Change it to a "click" `MouseEvent` instead which works. | |||
| 2021-02-20 | Update copyright year (2021)v0.0.2 | Teddy Wing | |
| 2021-02-20 | Increase version v0.0.1 -> v0.0.2 | Teddy Wing | |
| 2021-02-20 | Update `close_button` selector | Teddy Wing | |
| The selector for the info modal close button changed recently. Update it to work with the current markup. | |||
| 2020-09-06 | Add READMEv0.0.1 | Teddy Wing | |
| 2020-09-06 | Add license (GNU GPLv3+) | Teddy Wing | |
| 2020-09-06 | Extract key handlers to functions | Teddy Wing | |
| Reorganise the code a bit to add more separation to the two key handlers. | |||
| 2020-09-06 | Show the info modal by pressing the 'i' key | Teddy Wing | |
| Add a shortcut to show the info modal for an entry. | |||
| 2020-09-06 | Allow <C-[> for Escape | Teddy Wing | |
| Close the modal with either the Escape key or <C-[>. | |||
| 2020-09-06 | User script to exit Netflix info modal by pressing Escape | Teddy Wing | |
| Netflix's normal interface doesn't allow pressing the Escape key to exit the detail/info/preview modal. Add that in with this user script. | |||
