tor-browser

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

file_bug1850335_3.html (110B)


      1 <script>
      2 addEventListener("pageshow", () => {
      3  setTimeout(() => {
      4    history.back();
      5  }, 0);
      6 });
      7 </script>