tor-browser

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

1835164.html (281B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait">
      3 <audio id=a src=1835164.opus controls autoplay></audio>
      4 <script>
      5 a.onloadedmetadata = function() {
      6  a.currentTime = 1e40;
      7  a.play();
      8 }
      9 a.onplaying = function() {
     10  document.documentElement.removeAttribute("class");
     11 }
     12 </script>
     13 </html>