tor-browser

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

location_reload-iframe.html (108B)


      1 <script>
      2  parent._ping(window.location.href)
      3  if (parent._pingCount < 5) { location.reload(); }
      4 </script>