tor-browser

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

iframe.html (172B)


      1 <!doctype html>
      2 <title>Childframe</title>
      3 <script>
      4  window.addEventListener('storage', () => {
      5    sessionStorage.setItem("Received storage event", true);
      6  });
      7 </script>