tor-browser

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

517968.html (173B)


      1 <script>
      2 var rng = document.createRange();
      3 window.getSelection()["addRange"](rng);
      4 window.getSelection()["addRange"](rng);
      5 window.getSelection()["addRange"](rng);
      6 </script>