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. --- package.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package.json') diff --git a/package.json b/package.json index 96c43bd..bbe3d46 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,9 @@ { "name": "netflix-no-skip", + "description": "Don't skip intros, recaps, or credits", "version": "0.0.1", "devDependencies": { + "browserify": "^16.5.1", "typescript": "^3.8.3" }, "private": true -- cgit v1.2.3