tor-browser

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

003-2.html (190B)


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