Youtube Auto-Pause Bypass

Prevents Youtube from auto-pausing playlist videos

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Greasemonkey lub Violentmonkey.

You will need to install an extension such as Tampermonkey to install this script.

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana będzie instalacja rozszerzenia Tampermonkey lub Userscripts.

You will need to install an extension such as Tampermonkey to install this script.

Aby zainstalować ten skrypt, musisz zainstalować rozszerzenie menedżera skryptów użytkownika.

(Mam już menedżera skryptów użytkownika, pozwól mi to zainstalować!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Musisz zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

(Mam już menedżera stylów użytkownika, pozwól mi to zainstalować!)

Autor
Nestradama
Dziennych instalacji
29
Wszystkich instalacji
941
Oceny
0 2 0
Wersja
3.2
Utworzono
08-03-2026
Zaktualizowano
01-04-2026
Rozmiar
6,42 KB
Licencja
GNU GPLv3
Dotyczy

YouTube – Auto-Pause Bypass


Prevents "Video paused. Continue watching?" dialog from
pausing the videos in the background (Which has been recently used by Youtube
to furthermore inconvenience AdBlock users), and does this with no latency (In theory)

Features

This section is for features you should know about, it might stay short, it might not!

  • Toggle Button - You now have a Toggle button which allows you, without disabling the script, to have modals pop up (Auto Play Pause, Delete Comments...). This new button will be right beside the Youtube logo (top left) and top right for Youtube Music. Please refer to the changelog to understand this decision

  • Language Agnostic - This script is, and will remain language agnostic, meaning you wont have to worry about which language you have set on Youtube, it should work regardless

How it works

Three independent layers used as failsafes to circumvent potential patches

  • "paused-mode" class watcher Check if #movie_player gains the paused-mode class.
    If so, resumes the video without losing any frames. (Shouldn't be triggered by user induced pauses).

  • yt-popup-opened listener If for some reasons the dialog pops,
    calls .close() on the element tp-yt-paper-dialog
    via Polymer (No need to mock click)

  • iron-overlay-opened fallback Failsafe that checks for Mutation and resumes the video.
    (Should prevent any short-term patches)

Differences with the older version

  • Does not mock any clicks, everything is triggered in the background
  • Does not rely on a specific sentence trigger (Therefore should work with any language)

Misc

Others infos

If anyone has encountered the pause issue on Youtube Music, and can recreate it easily, please do contact me so that I can update this script to be compatible with it (v3.2 should enable

You can contact me through Discord: nestradama

Don't forget to enable User Scripts in your extension if it doesn't work!