tor-browser

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

1821416.html (484B)


      1 <!DOCTYPE HTML>
      2 <style>
      3 *, *::after {
      4  scroll-timeline: tl;
      5 }
      6 </style>
      7 <script>
      8 window.addEventListener("load", () => {
      9  let a = document.createElement("ul")
     10  let b = document.createElement("li")
     11  let c = document.createElement("div")
     12  let d = document.createElement("del")
     13  d.appendChild(document.createElement("q"))
     14  c.appendChild(d)
     15  b.appendChild(c)
     16  a.appendChild(b)
     17  document.documentElement.appendChild(a);
     18  a.scrollBy(32767, 256);
     19  a.type = "square";
     20 })
     21 </script>