tor-browser

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

report-is-top.html (303B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <script src="/common/PrefixedLocalStorage.js"></script>
      4 <script>
      5 var prefixedStorage = new PrefixedLocalStorageResource({
      6  close_on_cleanup: true
      7 });
      8 prefixedStorage.setItem('isTop', window === window.top);
      9 prefixedStorage.setItem('name', window.name);
     10 </script>