diff options
-rw-r--r-- | netflix-immersive.user.js | 2 | ||||
-rw-r--r-- | src/userscript-header.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/netflix-immersive.user.js b/netflix-immersive.user.js index 5fdc7bd..28cb161 100644 --- a/netflix-immersive.user.js +++ b/netflix-immersive.user.js @@ -4,7 +4,7 @@ // @version 0.0.1 // @namespace com.teddywing // @run-at document-idle -// @match https://www.netflix.com/watch/* +// @match https://www.netflix.com/* // ==/UserScript== // Copyright (c) 2020 Teddy Wing diff --git a/src/userscript-header.txt b/src/userscript-header.txt index 2a761a9..fafc46c 100644 --- a/src/userscript-header.txt +++ b/src/userscript-header.txt @@ -4,7 +4,7 @@ // @version 0.0.1 // @namespace com.teddywing // @run-at document-idle -// @match https://www.netflix.com/watch/* +// @match https://www.netflix.com/* // ==/UserScript== // Copyright (c) 2020 Teddy Wing |