tor-browser

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

file_anchor_ping.html (330B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3  <head>
      4    <meta charset="utf-8">
      5    <title>file_anchor_ping.html</title>
      6  </head>
      7  <body onload="document.body.firstElementChild.click()">
      8    <a href="/">click me</a>
      9    <script>
     10      document.body.firstElementChild.ping = window.location.search.slice(1);
     11    </script>
     12  </body>
     13 </html>