tor-browser

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

400349-1.html (308B)


      1 <html>
      2 <head>
      3 
      4 <script>
      5 
      6 function init() {
      7  window.removeEventListener("load", init);
      8 
      9  var fr = document.getElementsByTagName("iframe")[0];
     10  var b = fr.contentDocument.body;
     11 
     12  fr.remove();
     13  b.parentNode;
     14 }
     15 
     16 window.addEventListener("load", init);
     17 
     18 </script>
     19 
     20 </head><body><iframe></iframe></body></html>