tor-browser

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

body-window-destroy.html (259B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <iframe srcdoc='
      4  <script>
      5    let a = new Blob(["a", "𢕾"], {})
      6    let b = new Response(a)
      7    try { let _ = b.body } catch (e) { }
      8    frameElement.remove()
      9    b.json().catch(() => {})
     10  </script>
     11 '></iframe>