tor-browser

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

594808-1.html (176B)


      1 <script>
      2  oSelection = window.getSelection();
      3  oRange = document.createRange();
      4  oSelection.addRange(oRange);
      5  oRange.detach();
      6  oSelection.removeRange(oRange);
      7 </script>