https://github.com/algesten/nfsub
external subtitles for netflix
https://github.com/algesten/nfsub
Last synced: about 1 month ago
JSON representation
external subtitles for netflix
- Host: GitHub
- URL: https://github.com/algesten/nfsub
- Owner: algesten
- Created: 2015-05-27T15:35:02.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-07T11:02:13.000Z (about 9 years ago)
- Last Synced: 2025-01-25T08:27:02.501Z (3 months ago)
- Language: CoffeeScript
- Size: 327 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
nfsub
=====Subtitles for Netflix
### Disclaimer
This script is in no way affiliated or endorsed by Netflix. Use at your own peril.
Motivation
----------My boyfriend is British and near deaf. Swedish Netflix provide only
nordic language subtitles for most content. However, the internet is
full of `.srt` subtitles for almost everything. This plugin lets me
load .srt subtitles into a netflix movie and watch Netflix together
with my boyf.Installation
------------### Using tampermonkey
1. Install [tampermonkey](https://tampermonkey.net/)
2. Install the nfsub script by clicking this link *after* tampermonkey is installed.
3. Start playing a Netflix movie
4. In the subtitle menu, there's a "Load" button
5. Load your local .srt-file
6. Adjust timings with G and H (like VLC)Example
-------The load button is in the subtitles menu.

Subtitle are loaded and timings adjusted with G and H (like VLC). But not in fullscreen.

Keys in fullscreen
------------------Due to security restrictions in HTML5 video, we can't capture keyboard
events when in fullscreen. To adjust timings, exit fullscreen and then
adjust.License
-------The MIT License (MIT)
Copyright © 2015 Martin Algesten
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.