tor-browser

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

select-text-ref.html (193B)


      1 <!doctype html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8">
      5 </head>
      6 <body>
      7  <div>ABC</div>
      8  <script>
      9    getSelection().selectAllChildren(document.querySelector("div"));
     10  </script>
     11 </body>
     12 </html>