tor-browser

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

link-sharing-crash.html (502B)


      1 <link rel="help" href="https://bugzil.la/1883796">
      2 <script>
      3 window.addEventListener("load", () => {
      4  let a = document.createElementNS("http://www.w3.org/1999/xhtml", "a")
      5  document.documentElement.appendChild(a)
      6  document.documentElement.appendChild(document.createElementNS("http://www.w3.org/1999/xhtml", "a"))
      7  document.documentElement.scrollTo(-1132, 16)
      8  document.documentElement.animate({"webkitTextStrokeWidth": ["197792984.89ex", "thin"]}, 2814)
      9  a.setAttribute("href", "x")
     10 })
     11 </script>