tor-browser

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

cross-shadow-boundary-slot-11-ref.html (201B)


      1 <span id="start">Start</span>
      2 <div>
      3  <div id="host">
      4    <span id="end">End</span>
      5  </div>
      6 </div>
      7 <script>
      8  window.getSelection().setBaseAndExtent(start.firstChild, 2, end.firstChild, 2);
      9 </script>