tor-browser

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

1393580.html (186B)


      1 <style>
      2 * {
      3  scroll-snap-points-x: repeat(calc(1px));
      4 }
      5 </style>
      6 <script>
      7 window.onload = () => {
      8  document.documentElement.animate([{"scrollSnapPointsX": "repeat(1px)"}])
      9 }
     10 </script>