tor-browser

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

90613-1.html (176B)


      1 <html>
      2 <body onload="this.focus();" onfocus="document.getElementById('foo').focus();" 
      3 onblur="/*alert('hello');*/this.focus();">
      4 <input type="text" id="foo">
      5 </body>
      6 </html>