tor-browser

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

1982148-1.html (220B)


      1 <body onload="window.close();">
      2 <form id="a" target="b">
      3 <textarea onfocus="go()" autofocus="">
      4 </textarea>
      5 <script>
      6 function go() {
      7  document.onreadystatechange = () => {
      8    a.submit()
      9  }
     10  window.stop()
     11 }
     12 </script>