tor-browser

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

1290994-2.html (242B)


      1 <!DOCTYPE html>
      2 <html>
      3 <script>
      4 window.onload=function(){
      5  var a = document.createElement("div");
      6  document.documentElement.appendChild(a);
      7  a.animate([{color:"rgb(0,0,0)"},
      8             {color:"rgb(0e309%,0%,0%)"}]);
      9 };
     10 </script>
     11 </html>