tor-browser

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

navigate-top-frame.sub.html (118B)


      1 <script>
      2  window.addEventListener("load", function() {
      3    window.top.location.href = "{{GET[url]}}";
      4  })
      5 </script>