tor-browser

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

bug1656248_frame.html (249B)


      1 <html>
      2  <head>
      3  </head>
      4  <body>
      5    <script type="text/javascript">
      6 const script = document.createElement("script");
      7 script.setAttribute("src", "./subdir/bug1656248_script.mjs");
      8 document.body.appendChild(script);
      9    </script>
     10  </body>
     11 </html>