tor-browser

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

327694.html (289B)


      1 <html><head>
      2 
      3 <script>
      4 
      5 function init()
      6 {
      7  var y = document.getElementById("tt");
      8  var z = y.firstChild;
      9  y.removeChild(z);
     10  z.text;
     11 }
     12 
     13 window.addEventListener("load", init);
     14 
     15 </script>
     16 </head><body><div id="tt"><a href="http://www.mozilla.org">Foo</a></div>
     17 </body></html>