tor-browser

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

remove-root-element-firefox-bug-1982469-crash.html (483B)


      1 <link rel=help href="https://bug1982469.bmoattachments.org/attachment.cgi?id=9506532">
      2 <script>
      3 let a;
      4 const func_01 = function(arg) {
      5  try { arg.currentTarget.replaceChild(a, arg.currentTarget.childNodes[0]) } catch (e) {}
      6 }
      7 window.addEventListener("DOMContentLoaded", () => {
      8  a = document.createElement("style")
      9  document.documentElement.getBoundingClientRect();
     10  document.addEventListener("readystatechange", func_01, {})
     11  document.startViewTransition(func_01)
     12 })
     13 </script>