tor-browser

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

622596.html (172B)


      1 <script>
      2 t2 = window.open();
      3 t2.document.documentElement.childNodes.item(undefined).contentEditable = true;
      4 t2.getSelection().containsNode([], false);
      5 t2.close()
      6 </script>