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
/
fullscreen_credits.ts
Age
Commit message (
Expand
)
Author
2021-08-14
fullscreen_credits: Remove now-unused `controls` import
Teddy Wing
2021-08-14
fullscreen_credits: Idea for controls hiding wrapper function
Teddy Wing
2021-08-14
fullscreen_credits: Log when credit handling happens
Teddy Wing
2021-08-14
fullscreen_credits.ts: Hide controls after clicking minimised video
Teddy Wing
2021-08-14
fullscreen_credits.ts: Start getting credits working again after update
Teddy Wing
2020-05-10
fullscreen_credits: Remove `attributeOldValue` on mutation observer
Teddy Wing
2020-05-09
Add documentation comments
Teddy Wing
2020-05-08
Add license (GNU GPLv3+)
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
Automatically click the "Watch Credits" button
Teddy Wing
2020-05-06
Move `with_player` to a new module
Teddy Wing
2020-05-05
Move fullscreen credits init function to fullscreen_credits.ts
Teddy Wing
2020-05-05
Extract credits handling and CSS styles to separate modules
Teddy Wing