tor-browser

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

navigate-parent.html (113B)


      1 <!DOCTYPE html>
      2 <script>
      3 window.navigateParent = () => {
      4  return parent.navigation.navigate("#2");
      5 };
      6 </script>