tor-browser

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

1290994-3.html (335B)


      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([{background: "-webkit-gradient(radial, 1 2, 8, 3 4, 9, from(lime))"},
      8             {background: "-webkit-gradient(radial, 0e309 2, 8, 3 4, 9, from(lime))"}]);
      9 };
     10 </script>
     11 </html>