aboutsummaryrefslogtreecommitdiffstats
path: root/package-lock.json
AgeCommit message (Collapse)Author
2022-06-23build(deps): bump shell-quote from 1.7.2 to 1.7.3dependabot/npm_and_yarn/shell-quote-1.7.3dependabot[bot]
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. - [Release notes](https://github.com/substack/node-shell-quote/releases) - [Changelog](https://github.com/substack/node-shell-quote/blob/master/CHANGELOG.md) - [Commits](https://github.com/substack/node-shell-quote/compare/v1.7.2...1.7.3) --- updated-dependencies: - dependency-name: shell-quote dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2022-04-10package.json: Update dependenciesupdate-for-new-Netflix-player-2021.08Teddy Wing
Upgrade to latest TypeScript.
2021-08-15Upgrade NPM dependencies to latestTeddy Wing
2021-08-15Increase version v0.0.1 -> v0.1.0Teddy Wing
2020-05-08Rename project to "Immersive"Teddy Wing
Sounds better than "No Skip", and also reflects the fact that we want to remove anything that hinders immersion while watching a video, not just skipped credits.
2020-05-06Convert from a web extension to a user scriptTeddy Wing
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.
2020-05-05Move content script to TypeScriptTeddy Wing
I'd like to split up some functionality into modules, and it seems like using TypeScript would be a good way to achieve that.