tor-browser

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

1411318-1.html (442B)


      1 <html>
      2  <head>
      3    <script>
      4      o1 = (new DOMParser).parseFromString('', 'text/html');
      5      o2 = document.createElement('canvas');
      6      document.documentElement.appendChild(o2);
      7      o3 = o2.animate([{'transform':'unset'}], {'delay':32});
      8      o4 = o3.effect;
      9      o5 = o1.createElement('d');
     10      o6 = new Animation(o4, document.timeline);
     11      o7 = o5.animate([], {});
     12      o7.effect = o6.effect;
     13    </script>
     14  </head>
     15 </html>