tor-browser

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

1088158.html (196B)


      1 <!DOCTYPE html>
      2 <script>
      3  onload = function() {
      4    var t = document.createElement('textarea');
      5    t.placeholder = "placeholder";
      6    document.body.appendChild(t.cloneNode(true));
      7  }
      8 </script>