tor-browser

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

iframe.html (149B)


      1 <html>
      2 <body>
      3 <script>
      4 var src = window.location.hash.substring(1);
      5 document.write('<iframe src="' + src + '"></iframe>');
      6 </script>
      7 </body>
      8 </html>