tor-browser

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

file_replace_state_during_navigation.html (252B)


      1 <!DOCTYPE html>
      2 <script>
      3    window.addEventListener("hashchange", (event) => {
      4        history.replaceState(null, "", "#inject");
      5        history.pushState(null, "", "#" + event.newURL.split("#")[1]);
      6    });
      7 </script>
      8 <a id="link" href="#1">link</a>