tor-browser

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

file_shared_sheet_caching.html (267B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <link rel="stylesheet" href="file_shared_sheet_caching.css">
      4 <script>
      5 onload = function() {
      6  if (parent != window) {
      7    parent.childWindowLoaded(window);
      8  } else {
      9    window.opener.childWindowLoaded(window);
     10  }
     11 }
     12 </script>