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
Age
Commit message (
Expand
)
Author
2021-03-10
build(deps): bump elliptic from 6.5.2 to 6.5.4
dependabot/npm_and_yarn/elliptic-6.5.4
dependabot[bot]
2020-05-24
index.ts: Reinitialise when the page changes
v0.0.1
Teddy Wing
2020-05-16
userscript-header.txt: @match all Netflix URL paths
Teddy Wing
2020-05-10
fullscreen_credits: Remove `attributeOldValue` on mutation observer
Teddy Wing
2020-05-10
Hide the cursor when credits play
Teddy Wing
2020-05-10
styles: Hide the white border that appears around credits
Teddy Wing
2020-05-09
styles: Set !important
Teddy Wing
2020-05-09
Add documentation comments
Teddy Wing
2020-05-09
styles: Make the styles() function the default export
Teddy Wing
2020-05-08
Makefile: Always remove license headers from all JS files
Teddy Wing
2020-05-08
Add README
Teddy Wing
2020-05-08
Add license (GNU GPLv3+)
Teddy Wing
2020-05-08
Rename project to "Immersive"
Teddy Wing
2020-05-08
Add distribution script
Teddy Wing
2020-05-08
Makefile: Only build `index.js` with Browserify
Teddy Wing
2020-05-08
Makefile: Move the compiled user script to the project root
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
Makefile: Fix rebuild of non-index.js files
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
2020-05-05
Reactivate player controls and hide UI
Teddy Wing
2020-05-05
Use `classList.remove()`
Teddy Wing
2020-05-05
Try removing `postplay` class from player element
Teddy Wing
2020-05-05
Remove `webRequest` code
Teddy Wing
2020-05-03
manifest.json: Fix gecko.id
Teddy Wing
2020-05-03
Old background and content scripts
Teddy Wing
2018-12-16
Add a draft `manifest.json`
Teddy Wing