tor-browser

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

1676172-1-iframe.html (430B)


      1 <html>
      2 <head>
      3    <script>
      4      document.addEventListener('DOMContentLoaded', () => {
      5        const image = document.createElementNS('http://www.w3.org/1999/xhtml', 'img')
      6        var extra = document.location.search.substr(1);
      7        image.setAttribute('src', '1676172-1.gif' + '?' + extra)
      8        document.documentElement.appendChild(image)
      9        setTimeout('location.reload()', 400)
     10      })
     11    </script>
     12 </head>
     13 </html>