tor-browser

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

1836831.html (474B)


      1 <style>
      2 * {
      3  offset: auto ray(farthest-side contain 1266019529.52turn) 5%;
      4  vector-effect: non-scaling-stroke;
      5  stroke: context-stroke ! important;
      6 }
      7 </style>
      8 <script>
      9 document.addEventListener("DOMContentLoaded", () => {
     10  let a = document.createElementNS("http://www.w3.org/2000/svg", "svg")
     11  let b = document.createElementNS("http://www.w3.org/2000/svg", "path")
     12  b.setAttribute("d", "m9 1")
     13  a.appendChild(b)
     14  document.documentElement.appendChild(a)
     15 })
     16 </script>