diff options
| author | Teddy Wing | 2021-07-17 14:40:25 +0200 |
|---|---|---|
| committer | Teddy Wing | 2021-07-17 14:40:25 +0200 |
| commit | 71dab63812e419e941eb1df8d6b173edbe9ca1a1 (patch) | |
| tree | a33d500d308848cc42e236ff94f72839893b2234 | |
| parent | 6968f042845e28b8882c458dd7631cd34234d4a3 (diff) | |
| download | netflix-esc-master.tar.bz2 | |
| -rw-r--r-- | CHANGELOG | 6 | ||||
| -rw-r--r-- | netflix-esc.user.js | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,6 +1,12 @@ CHANGELOG ========= +v0.0.4 (2021-07-17): + Fixes: + + * Update the click event for the "More Info" button to prevent <i> from + opening the info modal in a new page following a recent site update. + v0.0.3 (2021-03-19): Additions: diff --git a/netflix-esc.user.js b/netflix-esc.user.js index 9f095e7..9154083 100644 --- a/netflix-esc.user.js +++ b/netflix-esc.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Netflix Esc // @description Add keyboard shortcuts to Netflix -// @version 0.0.3 +// @version 0.0.4 // @namespace com.teddywing // @match https://www.netflix.com/* // ==/UserScript== |
