tor-browser

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

1413361.html (245B)


      1 <script>
      2 function go() {
      3  window.getSelection().selectAllChildren(document.body.firstChild);
      4  document.createElement("body").aLink = "-moz-mac-menuselect";
      5  window.getSelection().getRangeAt(0).getClientRects();
      6 }
      7 </script>
      8 <body onload=go()>