tor-browser

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

561981-6.html (215B)


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