tor-browser

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

1470926.html (155B)


      1 <script>
      2 function go() {
      3  a.select();
      4  a.setAttribute("hidden", "");
      5  a.setRangeText("f");
      6 }
      7 </script>
      8 <body onload=go()>
      9 <textarea id="a">-</textarea>