tor-browser

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

1443902-1-ref.html (267B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <script>
      5 function init()
      6 {
      7  document.getElementById("t1").focus();
      8  document.getElementById("t1").setSelectionRange(4, 4);
      9 }
     10 </script>
     11 </head>
     12 <body onload="init()">
     13 <textarea id=t1 contenteditable=true>ABCD</textarea>
     14 </body>
     15 </html>