tor-browser

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

001-1.html (419B)


      1 <!doctype html>
      2 <title>001-1</title>
      3 <script>
      4 onload = function() {
      5  var worker = new Worker('001-1.js');
      6  worker.onmessage = function(e) {
      7    var started = !!parent.date;
      8    parent.date = e.data;
      9    if (!started) {
     10      parent.start_test()
     11    }
     12  }
     13 }
     14 </script>
     15 <a href='data:text/html,<title>foo</title><script>onload=function(){window.parent.postMessage({title: window.document.title}, "*")}</script>'>link</a>