Skip to content

Vikindor/twitch-keep-tab-active

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

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.


💥 New: This userscript is also available as part of Twitch Enhancer, a browser extension for Chrome and Firefox that combines it with other Twitch quality-of-life improvements.
Learn more: Twitch Enhancer


✨ 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.

🚀 Installation

  1. Install Tampermonkey (or another userscript manager).
  2. Install the script from one of the mirrors:

⚙ 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.

About

Userscript for browsers that prevents Twitch from auto-pausing when the tab is inactive

Topics

Resources

License

Stars

3 stars

Watchers

1 watching

Forks

Contributors