tor-browser

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

752038-iframe.html (162B)


      1 <script>
      2 function boom()
      3 {
      4  document.location.hash = "#1";
      5  document.open();
      6  window.parent.postMessage({}, '*');
      7 }
      8 </script>
      9 
     10 <body onload="boom();"></body>