tor-browser

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

1304886-1.html (335B)


      1 <!DOCTYPE html>
      2 <html>
      3 <script>
      4 window.onload=function(){
      5  var e = document.createElement("div");
      6  document.documentElement.appendChild(e);
      7  e.animate([{"font":"status-bar"},
      8             {"font":"unset"}],
      9            {duration:6,
     10             iterationStart:4,
     11             iterationComposite:"accumulate"});
     12 };
     13 </script>
     14 </html>