tor-browser

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

571428-1.html (235B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <script>
      5 function boom()
      6 {
      7  var i = document.getElementById("i");
      8  i.setAttribute("type", "button");
      9  i.removeAttribute("type");
     10 }
     11 </script>
     12 </head>
     13 <body onload="boom();"><input id="i"></body>
     14 </html>