tor-browser

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

1798778.html (223B)


      1 <html class="reftest-wait">
      2 <head>
      3 <audio id=a src="adts-truncated.aac" controls></audio>
      4 <script>
      5  a.play();
      6  a.onerror = function() {
      7    document.documentElement.removeAttribute("class");
      8  }
      9 </script>
     10 </head>
     11 </html>