tor-browser

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

beforeunload-on-history-back-1.html (151B)


      1 <!doctype html>
      2 001-1
      3 <script>
      4 addEventListener("beforeunload", function() {top.t.step(function() {top.beforeunload_fired = true})}, false);
      5 </script>