tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

1677518-1.html (486B)


      1 <html class="reftest-wait">
      2 <head>
      3 <script>
      4 function finish() {
      5 document.documentElement.className = "";
      6 }
      7      window.addEventListener('load', () => {
      8        const video = document.createElementNS('http://www.w3.org/1999/xhtml', 'video')
      9        document.documentElement.appendChild(video)
     10        setTimeout(async  () => { video.poster = '1677518-1.jpg'; setTimeout(finish, 500); }, 165 )
     11        video.setAttribute('poster', '1677518-1.svg')
     12      })
     13    </script>
     14 </head>
     15 </html>