tor-browser

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

1667503-1.html (273B)


      1 <script>
      2 function go() {
      3  b.src = "x:"
      4  b.requestFullscreen()
      5 }
      6 function fuzz() {
      7  a.close("")
      8  b.src = "x"
      9  a.showModal()
     10  a.appendChild(document.createElement("b"))
     11 }
     12 </script>
     13 <body onload=go()>
     14 <dialog id="a">
     15 <nav>x</nav>
     16 <video id="b" onerror="fuzz()"></video>