From ea6c52f4c8563503c06e5a91105e34e14ccf53ca Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 16 May 2020 01:19:35 +0200 Subject: userscript-header.txt: @match all Netflix URL paths When the `/watch` page was opened from a Netflix `/browse` or `/title` page, the user script wouldn't be loaded. This is because the navigation happens via JavaScript, so Greasemonkey can't load the script. Ensure the script is always loaded by matching all Netflix URL paths. --- src/userscript-header.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3