tor-browser

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

1830206.html (275B)


      1 <html class="reftest-wait">
      2 <video id='a'>
      3  <source src='1830206.mp4'>
      4 </video>
      5 <script>
      6  function done() {
      7    document.documentElement.removeAttribute("class");
      8  }
      9  a.addEventListener('error', done, true)
     10  a.addEventListener('ended', done, true)
     11  a.play();
     12 </script>