tor-browser

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

postmortem.html (232B)


      1 <!DOCTYPE html>
      2 <script>
      3 onload = function() {
      4  var width = document.querySelector("img").width;
      5  window.parent.postMessage({status: "postmortem",
      6                             width}, "*");
      7 };
      8 </script>
      9 <img src="image-20px.png">