1587248.html (642B)
1 <html class="reftest-wait"> 2 <head> 3 <script> 4 function start () { 5 const audio = document.getElementById('id_4') 6 const doc = new Document() 7 const stream = new MediaStream() 8 const track = document.createElementNS('http://www.w3.org/1999/xhtml', 'track') 9 audio.srcObject = stream 10 track.textContent = '�' 11 setTimeout(() => { 12 track.replaceChild(audio, track.childNodes[0]) 13 audio.play().then(function (arg4) { }) 14 document.documentElement.removeAttribute("class") 15 }, 157) 16 doc.adoptNode(audio) 17 } 18 19 document.addEventListener('DOMContentLoaded', start) 20 </script> 21 </head> 22 <audio class="" id="id_4" itemscope></audio> 23 </html>