WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2025 Poal.co

800

As of 2020, mobile phone browsers still mostly lack the ability to play HTML5 video in background (to only hear the audio).

But here is a solution that might work:

javascript:(window.setTimeout(function() { document.getElementsByTagName("video")[0].play();}, 3000));void(0);

This bookmarklet first waits three seconds (to switch the tab), then starts playback in background.

As of 2020, mobile phone browsers still mostly lack the ability to play HTML5 video in background (to only hear the audio). But here is a solution that might work: `javascript:(window.setTimeout(function() { document.getElementsByTagName("video")[0].play();}, 3000));void(0);` This bookmarklet first waits three seconds (to switch the tab), then starts playback in background.

(post is archived)

[–] 1 pt

I think I tried that before on Webkit (iOS), and it doesn't work if the window/tab that plays the video/audio is in the background.

[–] 1 pt

I have noticed that if YouTube AutoPlay is enabled, and one switches the tab while the five-second countdown to the next video is running, it starts playing in background. (Chrome and Brave)