tor-browser

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

1459688.html (185B)


      1 <!doctype html>
      2 <div id="host"></div>
      3 <script>
      4  host.attachShadow({ mode: "open" }).innerHTML = `<style></style>`;
      5  host.shadowRoot.styleSheets[0].foobie = host.shadowRoot;
      6 </script>