tor-browser

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

navigate-sibling.html (142B)


      1 <!DOCTYPE html>
      2 <script>
      3 window.navigateSibling = () => {
      4  return parent.frames[0].navigation.navigate("/common/blank.html?2");
      5 };
      6 </script>