| Age | Commit message (Collapse) | Author | 
|---|
|  | 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. | 
|  |  | 
|  |  | 
|  | 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. | 
|  |  | 
|  |  | 
|  | The selector for the info modal close button changed recently. Update it
to work with the current markup. | 
|  | Reorganise the code a bit to add more separation to the two key
handlers. | 
|  | Add a shortcut to show the info modal for an entry. | 
|  | Close the modal with either the Escape key or <C-[>. | 
|  | 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. |