tor-browser

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

1419554.html (150B)


      1 <script>
      2 function go() {
      3  a.attachShadow({ mode: "open" });
      4  a.appendChild(b);
      5 }
      6 </script>
      7 <body onload=go()>
      8 <div id="b"></div>
      9 <div id="a"></div>