tor-browser

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

1807966.html (278B)


      1 <!DOCTYPE html>
      2 <style>
      3  #target {
      4    transition-timing-function: linear(calc(15 / 0), 10 10%);
      5    transition-duration: 10s;
      6  }
      7 </style>
      8 <script>
      9  window.addEventListener('load', () => {
     10    target.style.paddingBlock = "10px 10px";
     11  })
     12 </script>
     13 <slot id="target"></slot>