From 50859155dff9a85645dbfddf166ed888756be107 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 6 May 2020 00:57:29 +0200 Subject: Convert from a web extension to a user script Since it looks like everything's going to happen in the content script, might as well make this a user script instead. Build with Browserify in order to get a compiled JS file compatible with browsers. For some reason I'm currently getting an error complaining that the `stylesheet` variable is `null`. Need to look into that. --- src/userscript-header.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/userscript-header.txt (limited to 'src') diff --git a/src/userscript-header.txt b/src/userscript-header.txt new file mode 100644 index 0000000..21c5ace --- /dev/null +++ b/src/userscript-header.txt @@ -0,0 +1,9 @@ +// ==UserScript== +// @name Netflix No Skip +// @description Netflix user script providing a more immersive experience +// @version 0.0.1 +// @namespace com.teddywing +// @run-at document-idle +// @match https://www.netflix.com/watch/* +// ==/UserScript== + -- cgit v1.2.3