1 2 3 4 5 6 7
<html class="reftest-wait"> <script> navigator.mediaDevices.getUserMedia({ audio: true }).finally(() => { document.documentElement.removeAttribute("class"); }); </script> </html>