Greasy Fork is available in English.

Netflix Marathon (пауза)

Настраиваемый сценарий, который автоматически пропускает резюме, вступление, титры и рекламу, а также нажимает подсказки «следующий выпуск» на Netflix, Amazon Prime Video, Hulu, HBO Max, Starz, Disney + и Hotstar. Настраиваемая горячая клавиша для приостановки / возобновления функции автоматического пропуска. Alt + N для настроек.

Ниже показаны версии этого скрипта, в которых изменялся код. Показать все версии.

  • вер. 5.7.8 08.01.2025

    5.7.8 - remove unnecessary minification

  • вер. 5.7.7 22.08.2024

    allow disabling credit skip (#18)

    Add hidden settings skipCredits and watchCredits

  • вер. 5.7.6 28.01.2024

    fix: netflix next episode button

  • вер. 5.7.5 15.08.2023

    fix: hulu next episode skip, style: refactor and reformat

  • вер. 5.7.4 11.08.2023

    fix: an annoying error message

  • вер. 5.7.3 25.07.2023

    5.7.3 - skip terms of use banner on Starz

  • вер. 5.7.2 23.07.2023

    5.7.2 - skip preroll ads on Starz

  • вер. 5.7.1 20.06.2023

    feat: support starzplay.com and starz.ca

  • вер. 5.7.0 20.06.2023

    feat: add support for play.max.com. closes #15

  • вер. 5.6.1 21.05.2023 Add CC-BY-NC-SA-4.0 license
  • вер. 5.6.1 12.02.2023 5.6.1 - Persist pause state as a setting; Don't click next up promos on Amazon without promo setting.
  • вер. 5.6.0 14.11.2022 5.6.0: Fix a settings display bug. The Star+ update broke the sites grid in the settings. This fixes it. When recording a hotkey, a popup hint is opened for 3 seconds. Now it will stay open indefinitely until finished recording.
  • вер. 5.5.9 13.11.2022 Fix Disney Plus not working on some locales. Simplify and broaden the URL tests. Fixes #12, Formatting/linting update. Switch to rvest.vs-code-prettier-eslint. Update ESLint to 8.7.0. Install Prettier 2.5.1 (dev). Update gitattributes and gitignore. Update vscode settings. Add EditorConfig. Update ESLint config and Prettier config.
  • вер. 5.5.7 09.10.2022 Add star+ support Add support to star+ service., Cleanup Settings, Merge pull request #13 from danilovicente/main
  • вер. 5.5.6 07.09.2022 edit style of headings in settings popup
  • вер. 5.5.5 27.08.2022 5.5.5: add support for disney hotstar, add hotstar to readme's, update css, Merge pull request #10 from inalam/hotstarSupport Add Hotstar support
  • вер. 5.4.5 22.08.2022 5.4.5: add a record hotkeys button, so you can click that and then press the desired keyboard shortcut to capture and save the combination. you can still use the direct input and checkboxes if you want. press "Record keys" then press your key combo, then press the Enter key.
  • вер. 5.4.4 21.08.2022 5.4.4: add support for Starz. currently I think Starz only has a button to start next episode, so unfortunately there's no skip intro/credits feature for Starz yet.
  • вер. 5.4.3 10.08.2022 5.4.3: update disneyplus play next episode handler
  • вер. 5.4.2 09.08.2022 5.4.2: refactor methods, improve documentation. turn the interval into a timeout to reduce the chance of a double-click.
  • вер. 5.4.1 23.07.2022 5.4.1: edit settings form css: switch to using only native styles, since it's less problematic in 2022. please let me know if there's a style issue on a particular browser.
  • вер. 5.4.0 23.07.2022 5.4.0: finally support HBO Max! HBO might not have pushed the UI update to all locales yet. so it may not work for you yet. if that's the case, just turn it off... until you see the UI style of HBO Max change pretty dramatically. then you'll know it's compatible and you can enable the script on HBO. also refactor the whole script a bit. switch to 2 tab size.
  • вер. 5.3.6 07.01.2022 5.3.6: fix a typo in 5.3.5
  • вер. 5.3.5 07.01.2022 5.3.5: update disney+ next episode/film function.
  • вер. 5.3.3 30.10.2021 5.3.3: remove optional chaining and other new operators I accidentally added
  • вер. 5.3.2 30.10.2021 5.3.2: the hulu fast forward thing causes bugs, sometimes the video just gets stuck on the intro, so I have removed it.
  • вер. 5.3.1 29.10.2021 testing an additional feature for hulu: if user doesn't have an ad-free account, we should still be able to effectively skip ads automatically by fast-forwarding and muting them when they are detected. I can't test this myself so let me know if it works.
  • вер. 5.3.0 29.10.2021 5.3.0: support hulu. the script now works on netflix, amazon, hulu, and disney+
  • вер. 5.2.3 10.10.2021 greasyfork webhook not working again
  • вер. 5.2.2 10.10.2021 5.2.2: add primevideo.com back to matches; I thought this URL was obsolete since it didn't appear in an article I found about the development of prime video. turns out it is still used in some locales. replace unnecessary XPath document searches with querySelector
  • вер. 5.2.1 06.10.2021 5.2.1: skip ads on non-english amazon prime video
  • вер. 5.2.0 30.09.2021 5.2.0: fix disney+ next episode skip
  • вер. 5.1.9 30.09.2021 5.1.9: condense the code a bit.
  • вер. 5.1.8 30.09.2021 5.1.8: trying to fix a greasyfork download bug
  • вер. 5.1.7 30.09.2021 5.1.7: fix a downloading bug?
  • вер. 5.1.7 30.09.2021 CSS: change checkboxes and input focus styles
  • вер. 5.1.6 28.09.2021 encode the parentheses in download url
  • вер. 5.1.5 23.09.2021 5.1.5: make url match patterns more secure. previously I used very broad @include rules, because I didn't know how many CCTLDs amazon.com had. this meant they could possibly match some sites not owned by amazon. I don't know if there would be any way to abuse that, but since I found all the amazon hosts recently, why wait to find out?
  • вер. 5.1.4 23.09.2021 5.1.4: define name:en and description:en, to ensure english is used if it's the first preferred language in a multilingual browser setup. previously it'd only use english... if english was the only language in the browser setting, or if none of the browser set languages were listed in the script.
  • вер. 5.1.3 23.09.2021 5.1.3: make the script icon remote
  • вер. 5.1.2 23.09.2021 5.1.2: add some additional languages
  • вер. 5.1.1 23.09.2021 5.1.1: allow closing menus with the escape key
  • вер. 5.1.0 23.09.2021 5.1.0: add support for disney+
  • вер. 5.0 17.09.2021 5.0: update for new netflix UI
  • вер. 4.7.2 04.09.2021 4.7.2: change url glob to include german amazon; thanks to jumoog
  • вер. 4.7.1 23.07.2021 4.7.1: auto-focus settings popup when it opens; auto-focus the video UI when it closes... (whichever element needs to be focused for the player's hotkeys to work)
  • вер. 4.7.0 13.06.2021 change netflix react methods. clean up some minor stuff.
  • вер. 4.6.3 29.03.2021 4.6.3 amazon fix: stuttery settings box animation
  • вер. 4.6.2 29.03.2021 4.6.2 fix: amazon settings panel gets stuck
  • вер. 4.6.1 18.02.2021 4.6.1 change some function names

Показать все версии скрипта