Twitch - Keep Tab Active

Prevents Twitch from auto-pausing or throttling video when the tab is inactive

Dovrai installare un'estensione come Tampermonkey, Greasemonkey o Violentmonkey per installare questo script.

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

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Userscripts per installare questo script.

Dovrai installare un'estensione come ad esempio Tampermonkey per installare questo script.

Dovrai installare un gestore di script utente per installare questo script.

(Ho già un gestore di script utente, lasciamelo installare!)

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

(Ho già un gestore di stile utente, lasciamelo installare!)

Autore
Vikindor
Installazioni giornaliere
1
Installazioni totali
299
Valutazione
1 0 0
Versione
1.1.3
Creato il
27/10/2025
Aggiornato il
10/04/2026
Dimensione
5,94 KB
Licenza
GPL-3.0
Applica a

Twitch - Keep Tab Active

Userscript for browsers that prevents Twitch from auto-pausing/muting or throttling playback when the tab is inactive.
It fakes visibility/focus, guards programmatic pauses (only user-initiated pauses are allowed), keeps the player “in view” for observers, automatically recovers interrupted streams, and sends light activity pings so streams keep playing.

Particularly useful for those who like to farm Twitch Drops or keep streams running in the background without interruptions.

✨ Features

  • Keeps Twitch streams playing in background tabs.
  • Prevents auto-pause and auto-mute when switching tabs.
  • Fakes visibility and focus so Twitch thinks the tab is active.
  • Automatically clicks Start Watching when opening a new stream.
  • Automatically resumes playback after stream interruptions or restarts (raids, reconnects, network errors).
  • Sends light activity signals to avoid idle timeouts.

⚙ How it works (high-level)

  • Pretends the tab never goes background by spoofing visibility/focus APIs.
  • Blocks Twitch’s internal events that detect when you switch tabs.
  • Allows only real user gestures to pause playback — everything else is auto-resumed.
  • Automatically clicks the player to recover playback after interruptions.
  • Keeps the player “visible” to page observers.
  • Periodically sends harmless activity signals to prevent idle triggers.
  • Tries to use navigator.wakeLock('screen') when supported.

⚠️ Notes & Limitations

  • While this script works reliably for most cases, it may not yet cover all edge situations or browser variations. If you encounter a specific case where it doesn’t behave as expected — feel free to contact me and share the details.
  • Focuses purely on client-side behavior — it doesn’t bypass server-side throttling, ads, or access restrictions.
  • May behave differently with extensions that modify Twitch’s player or tab activity.
  • Twitch frequently updates their SPA — if something breaks, please report it.