tor-browser

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

cross-shadow-boundary-2-ref.html (127B)


      1 <!doctype html>
      2 OuterText
      3 <div>innerText</div>
      4 OuterText
      5 <script>
      6  getSelection().selectAllChildren(document.body);
      7 </script>