tor-browser

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

558973.html (226B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4 <script type="text/javascript">
      5 
      6 var child = document.createTextNode("a");
      7 
      8 var attr = document.createAttribute("a");
      9 try {
     10    attr.appendChild(child);
     11 }
     12 catch (e) {
     13 }
     14 
     15 </script>
     16 </head>
     17 </html>