tor-browser

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

1785933-inner.html (647B)


      1 <style>
      2 * {
      3  image-rendering: pixelated;
      4 }
      5 </style>
      6 <script>
      7 window.requestIdleCallback(() => {
      8  a.setSelectionRange(-1, 1)
      9  document.head.innerHTML = undefined
     10 })
     11 </script>
     12 <embed src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="></embed>
     13 <textarea id="a">aaaaaaaaaaaaaaaa</textarea>
     14 <script>
     15  const embed = document.querySelector("embed");
     16  embed.onload = function() {
     17    var countdown = 20;
     18    if (location.search) {
     19        countdown = parseInt(location.search.slice(1)) - 1;
     20   }
     21 
     22    if (countdown > 0) {
     23      location.search = countdown;
     24    } else {
     25      window.parent.postMessage("done", "*");
     26    }
     27  }
     28 </script>