tor-browser

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

1850453.html (259B)


      1 <html class="reftest-wait">
      2 <audio id=a src=1850453.flac controls></audio>
      3 <script>
      4  a.play();
      5  a.onplaying = function() {
      6    a.currentTime = 0.5;
      7  }
      8  a.onseeked = function () {
      9    document.documentElement.removeAttribute("class")
     10  }
     11 </script>
     12 </html>