tor-browser

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

1577184.html (413B)


      1 <html>
      2 <head>
      3 <script>
      4 function start () {
      5  const frame = document.createElementNS('http://www.w3.org/1999/xhtml', 'frame')
      6  document.documentElement.appendChild(frame)
      7  frame.contentWindow.eval('window.top.context=new AudioContext()')
      8  document.documentElement.innerHTML = ''
      9  context.createMediaElementSource(new Audio(''))
     10 }
     11 
     12 document.addEventListener('DOMContentLoaded', start)
     13 </script>
     14 </head>
     15 </html>