tor-browser

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

561981-8.html (243B)


      1 <html>
      2 <head>
      3 </head>
      4 <body style="display: none;">
      5 <iframe id="i" src="data:text/html,text">
      6 <script>
      7  var i = document.getElementById("i");
      8  i.parentNode.style.display = "";
      9  i.parentNode.style.display = "none";
     10 </script>
     11 </body>
     12 </html>