tor-browser

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

614279.html (322B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <script>
      5 
      6 function boom()
      7 {
      8  var a = document.createElementNS("http://www.w3.org/1999/xhtml", "datalist");
      9  var b = document.createElementNS("http://www.w3.org/1999/xhtml", "option");
     10 
     11  a.appendChild(b);
     12  b.expando = a.options;
     13 }
     14 
     15 </script>
     16 </head>
     17 <body onload="boom();"></body>
     18 </html>