tor-browser

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

1468294-1.html (275B)


      1 <script>
      2 addEventListener("DOMContentLoaded", () => {
      3  document.documentElement.animate([{ "transform": "matrix(2,1,1,5,2,8)" }],
      4                                    { duration: 1000,
      5                                      easing: "cubic-bezier(1,-15,.6,4)" });
      6 })
      7 </script>