tor-browser

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

restore-window-name-back.sub.html (105B)


      1 <!doctype html>
      2 <script>
      3  onload = () => {
      4    window.name = "clear";
      5    history.back();
      6  };
      7 </script>