tor-browser

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

inspector_css-properties.html (189B)


      1 <html>
      2 <head>
      3 <body>
      4  <script type="text/javascript">
      5    "use strict";
      6 
      7    window.onload = function() {
      8      window.opener.postMessage("ready", "*");
      9    };
     10  </script>
     11 </body>
     12 </html>