tor-browser

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

bug499092.html (204B)


      1 <!DOCTYPE html>
      2 <script>
      3 var title = document.createElementNS("http://www.w3.org/1999/xhtml", "aa:title");
      4 title.textContent = "HTML OK";
      5 document.documentElement.firstChild.appendChild(title);
      6 </script>