tor-browser

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

file_bug1729662.html (208B)


      1 <script>
      2 addEventListener("load", () => {
      3    (new BroadcastChannel("bug1729662")).postMessage("load");
      4    history.pushState(1, null, location.href);
      5    history.back();
      6    history.forward();
      7 });
      8 </script>