tor-browser

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

test_noopener_target.html (137B)


      1 <h2>name</h2>
      2 <div id="window_name"></div>
      3 
      4 <script>
      5  document.querySelector("#window_name").textContent =
      6    window.name;
      7 
      8 </script>