tor-browser

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

change_grandchild.html (127B)


      1 <body>Grandchild.</body>
      2 <script>
      3    window.frameElement.parentNode.setAttribute("data-contains-grandchild", true);
      4 </script>