index
:
netflix-immersive
dependabot/npm_and_yarn/browserify-sign-4.2.2
dependabot/npm_and_yarn/cached-path-relative-1.1.0
dependabot/npm_and_yarn/elliptic-6.5.4
dependabot/npm_and_yarn/minimist-1.2.6
dependabot/npm_and_yarn/path-parse-1.0.7
dependabot/npm_and_yarn/shell-quote-1.7.3
master
update-for-new-Netflix-player-2021.08
A user script that makes Netflix viewing more immersive, playing credits in full screen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2020-05-09
styles: Make the styles() function the default export
Teddy Wing
2020-05-08
Add license (GNU GPLv3+)
Teddy Wing
2020-05-08
Rename project to "Immersive"
Teddy Wing
2020-05-08
styles: Combine all our rules into one
Teddy Wing
2020-05-08
styles: Hide skip buttons
Teddy Wing
2020-05-08
controls.hide(): Hide controls immediately
Teddy Wing
2020-05-08
watch_credits: Fix shadowed `controls` variable
Teddy Wing
2020-05-08
Use `const` variable declarations where possible
Teddy Wing
2020-05-08
Remove old development comments
Teddy Wing
2020-05-08
index: Call `styles()` first
Teddy Wing
2020-05-08
Automatically click the "Watch Credits" button
Teddy Wing
2020-05-08
styles: Hide the "Watch Credits" button
Teddy Wing
2020-05-06
Move `with_player` to a new module
Teddy Wing
2020-05-06
styles: Fix `stylesheet` is `null` error
Teddy Wing
2020-05-06
Convert from a web extension to a user script
Teddy Wing
2020-05-05
Move fullscreen credits init function to fullscreen_credits.ts
Teddy Wing
2020-05-05
src/index.ts: Remove commented global variable
Teddy Wing
2020-05-05
Extract credits handling and CSS styles to separate modules
Teddy Wing
2020-05-05
Move content script to TypeScript
Teddy Wing