Download Firefox, Kiwi Browser or similar to be able to install the firefox/chrome extension.
The drm for each streaming service will be installed automatically when a video started for the first time and you may need to reload the page once.
We welcome contributions to the translation of the extension. If you're interested in helping us translate the extension to your language look here.
Netflix | Prime Video | Disney+ (Hotstar, STAR+) | Crunchyroll | HBO |
---|---|---|---|---|
✅ | ✅ | ✅ | ✅ | ✅ |
Netflix | Prime Video | Disney+ (Hotstar, STAR+) | Crunchyroll | HBO |
---|---|---|---|---|
❌ | ✅(tweaked Desktop Website) | ✅(default Desktop Website) | ✅ | ✅ |
The script, "skipper.js", is injected into all urls containing "amazon.*/*/video" or "netflix.com" or "disneyplus.com" or "hotstar.com" or "starplus.com".
It automatically skips Ads, intros, Credits, recaps, and anything else you don't want to watch on Netflix, Prime video and Disney Plus (Hotstar, STAR+).
Features in other supported languages: | Deutsch | | Français | | Español | | Português | | Português (Brasil) | | Italiano | | 日本語 | | Polski | | Svenska | | 汉语 | | 한국어 | | Türkçe |
This extension enhances your streaming experience on Netflix, Prime Video, Disney+ (Hotstar, STAR+), Crunchyroll, and HBO Max by automatically:
- Block Ads
- Skipping Intros & Recaps
- Skipping Credits
- Displaying TMDB ratings for all shows
- Adding customizable playback speed control
- Automatically start to play videos in fullscreen
- Go fullscreen on double click
- Scroll to change the volume
Platform-Specific Features:
- Netflix:
- Remembers and selects your last-used profile automatically
- Blocks the “Are you still watching?” inactivity warning
- Amazon Prime Video:
- Skips self-promotional ads (for Prime Video productions)
- Filters out paid content (movies, series) from the home page
- Removes the blur effect when hovering over videos
- Disney+ (Hotstar, STAR+):
- Skips self-promotional ads
- Automatically returns to fullscreen mode when going to the next episode
- Crunchyroll:
- Remembers and selects your last-used profile automatically
- Adds filters to the release calendar, so it is useable
- Video size expanded to entire window
- Disable the numpad
If you want to see what is implemented go here:
Buy me a coffee!
If you have any suggestions or Bugs, please open an issue or join the Discord. Everyone is welcome to contribute!
You can customize which features are enabled in the Settings.
Import and Export all Settings.
See Statistics. All statistics and settings are not shared but are synchronized with your browser account.
The ratings are gathered from the TMDB API. Ratings are refreshed every month. If there is no score they are refreshed once per day. If the movie is newer than 50 days and has less than 100 votes it will get refreshed every 3 days.
Rating | Explanation |
---|---|
? | Title not found |
N/A | Too new movie or less than 80 votes |
? or N/A | |
<= 5.5 stars | |
<= 7 stars | |
>7 stars |
abbrev. | definition |
---|---|
S | season |
E | episode |
✅ | Implemented |
➖ | Not available |
❌ | Not implemented |
? | don't know if necessary |
Name | service specific features |
Feature | Netflix | Prime Video | Disney+ (Hotstar, STAR+) | Crunchyroll | HBO max |
---|---|---|---|---|---|
Intro | ✅ brooklyn nine nine S1E4 | ✅ lucifer S3E4 | ✅ star wars andor S1E2 | ✅ One piece | ✅ |
Recaps | ✅ Outer Banks S2E1 | ✅ lucifer S3E3 | ✅ Criminal Minds S1E2 | ? | ✅ |
Credits | ✅ | ✅ | ✅ | ❌(not necessary if outro is skipped) | ✅ |
Ads | ✅ | ✅ | ✅ | ❌(Ublock can do it) | ? |
Add Speed Slider | ✅ | ✅ | ✅ | ✅ | ✅ |
Play on Fullscreen | ✅ | ✅ | ✅ | ✅ | ✅ |
fullscreen on double click | ➖ | ✅ | ➖ | ✅ | ? |
Scroll for volume | ✅ | ✅ | ✅ | ✅ | ❌ |
TMDB Rating | ✅ | ✅ | ✅ | ❌(MAL ratings better) | ✅ |
Individual Features |
|
|
|
|
➖ |
The addon is observing every mutation of the dom Tree of the Website.
The exact classes may be outdated since I do not update these regularly.
On Netflix it matches the buttons with the data-uia tag containing:
- Intro: player-skip-intro
- Recap: player-skip-recap, player-skip-preplay
- Credits: next-episode-seamless-button
- Inactivity Warning: interrupt-autoplay-continue
- Basic tier ads: matched by css class .default-ltr-cache-mmvz9h and the speed is set to 16x until the ad is over
On Prime video it matches buttons with the Css Classes:
- Intro: skipelement
- Credits: nextupcard-button
- Self promoting ads: .fu4rd6c.f1cw2swo
- Paid Content: .o86fri (yallow text indicates paid films)
The freevee ad text contains the ad length which is matched by
- Freevee ads: .atvwebplayersdk-ad-timer-text
and then skipped by forwarding by the ad length -0.1 seconds which will fix a lot of issues it turns out.
To run the extension in chrome you can just load the chrome
folder as an unpacked extension. But every time you modify the code you have to reload the extension on the extension page manually.
I primarily just develop in firefox and then copy the code into chrome and replace browser
with chrome
in the code.
Just like chrome you can temporarily load the extension by going to about:addons
, clicking on the gear icon and then Install Add-ons From File
. Then you can load the firefox
folder as a temporary extension.
npm install --global web-ext
to install web-ext globally
npm start
to start in firefox
npm start
start the firefox development with a dev profile
npm run start-android
start on firefox android
npm run start-chrome
start on chrome
npm run lint
lint all the js files
npm run esLint
lint all the manifest files
npm run build
copy files from firefox to chrome and build the zips files to upload
npm run copy
copy files from firefox to chrome
npm run zip
build the zips files to upload
npm test
test with python Selenium testsOutdated
- insert your own firefox profile filepath to be logged into every platform in the
test.py
file. - install Python
- install selenium
pip install -U selenium
npm test
Cli ARGS:
- none : all tests
- 'n': Netflix tests
- 'p': Prime Video tests
- 'd': Disney tests
npm test n p d
You can see the Changelog in the addon or in the published versions.
Netflix, Amazon Prime video and Disney+ (Hotstar, STAR+), Crunchyroll and HBO max are trademarks and the author of this addon is not affiliated with these companies.