

1·
9 hours ago
professional idiot
lemm.ee refugee since 2025-06-15 (brachypelmasmithi@lemm.ee),
been on lemm.ee since 2023-08-19, with 15 posts and 110 comments





Browsers can’t autoplay video and audio without the user’s permission, and that permission is given via input events, mainly the click event. When you press the ‘continue’ button, you send a click event to the browser, which grants the script permission to play audio.
There is likely an event listener on the ‘continue’ button that when pressed simply runs the audio script, which is allowed under autoplay rules (user interacted with the page). Not sure if that’s actually the case since I’m currently on a phone and my internet connection is pure dogwater so I can’t even get past the continue button.