tor-browser

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

1535388-1.html (316B)


      1 <html>
      2 <head>
      3 <script>
      4 function start () {
      5  document.location.assign('abc')
      6  SpecialPowers.forceGC()
      7  SpecialPowers.forceCC()
      8  const XHR = new XMLHttpRequest()
      9  XHR.open('GET', 'data:text/html,1', false)
     10  XHR.send()
     11 }
     12 window.addEventListener('load', start)
     13 </script>
     14 </head>
     15 <body>
     16 <svg></svg>
     17 </body>
     18 </html>