aboutsummaryrefslogtreecommitdiffstats
path: root/netflix-esc.user.js
AgeCommit message (Collapse)Author
2021-03-20Add pagination shortcuts to page left or right on the hovered rowTeddy Wing
2021-03-20Update `more_info_button` click eventTeddy 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-20Update copyright year (2021)v0.0.2Teddy Wing
2021-02-20Increase version v0.0.1 -> v0.0.2Teddy Wing
2021-02-20Update `close_button` selectorTeddy Wing
The selector for the info modal close button changed recently. Update it to work with the current markup.
2020-09-06Extract key handlers to functionsTeddy Wing
Reorganise the code a bit to add more separation to the two key handlers.
2020-09-06Show the info modal by pressing the 'i' keyTeddy Wing
Add a shortcut to show the info modal for an entry.
2020-09-06Allow <C-[> for EscapeTeddy Wing
Close the modal with either the Escape key or <C-[>.
2020-09-06User script to exit Netflix info modal by pressing EscapeTeddy 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.