tor-browser

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

004-2.html (190B)


      1 <!doctype html>
      2 003-2
      3 <script>
      4 onload = function() {
      5  parent.postMessage("004-2", "*")
      6  setTimeout(function() {history.go(-1)})
      7 }
      8 onunload = function() {location = "004-3.html"}
      9 </script>