tor-browser

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

700512.html (282B)


      1 <html class="reftest-wait">
      2  <script type="text/javascript">
      3    var worker = new Worker("700512-worker.js");
      4 
      5    worker.onmessage = function() {
      6      document.documentElement.removeAttribute("class");
      7    }
      8 
      9    worker.postMessage(new Blob(["foo", "bar"]));
     10  </script>
     11 </html>