https://github.com/davidbuchanan314/turbo-recadmiumator
A remake of truedread/netflix-1080p which auto-patches cadmium-playercore at runtime to enable enhanced playback features. (NOTE: still working in 2024 😎)
https://github.com/davidbuchanan314/turbo-recadmiumator
Last synced: 19 days ago
JSON representation
A remake of truedread/netflix-1080p which auto-patches cadmium-playercore at runtime to enable enhanced playback features. (NOTE: still working in 2024 😎)
- Host: GitHub
- URL: https://github.com/davidbuchanan314/turbo-recadmiumator
- Owner: DavidBuchanan314
- License: mit
- Created: 2020-07-24T13:18:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-31T13:42:08.000Z (9 months ago)
- Last Synced: 2025-04-08T03:36:59.031Z (21 days ago)
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 179
- Watchers: 18
- Forks: 24
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Turbo-Recadmiumator [WIP]
A remake of truedread/netflix-1080p which auto-patches cadmium-playercore at runtime to enable enhanced playback features.Works in both Firefox and Chrom{e,ium}.
Rather than bundling a hand-patched cadmium-playercore.js, this extension
performs the patches at runtime using regex. Therefore, it should be publishable
to the chrome/ff webstores without any copyright issues etc.It remains to be seen how robust my regexes will be to playercore updates.
## Current features:
- Enable Ctrl+Shift+Alt+S bitrate selection window.
- 1080p video.
- Disable VP9 profiles.
- Enable 5.1 audio profile.
- Auto-select stream with max available bitrate.
## Undocumented Keyboard Shortcuts:
Netflix has a bunch of undocumented keyboard shortcuts, that do useful things. This list may be incomplete.
- Ctrl+Shift+Alt+B - Bitrate selection menu (re-enabled by this project) (NOTE: This used to be S, not B!)
- Ctrl+Shift+Alt+D - Debug overlay - displays lots of useful info and stats, including current resolution and bitrate.
- Ctrl+Shift+Alt+T - Upload custom subtitle file, in DFXP/TTML format.
- Ctrl+Shift+Alt+L - Log viewer.
## TODO:
- Add settings UI (right now, you have to edit the source...)
- Add comments detailing where I stole the code from...
## Credits:
This codebase is cobbled together with bits and pieces from [truedread/netflix-1080p](https://github.com/truedread/netflix-1080p) and its various forks. Notably:
- https://github.com/vladikoff/netflix-1080p-firefox
- https://github.com/TheGoddessInari/netflix-1080p-firefox
- https://github.com/OothecaPickle/netflix-1080p
- https://github.com/jangxx/netflix-1080p