tor-browser

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

1538727.html (438B)


      1 <script>
      2 const canvas = document.createElement('canvas')
      3 const context = canvas.getContext('2d', {})
      4 const xhr = new XMLHttpRequest({})
      5 const stream = canvas.captureStream(new Float64Array([1593177632.1689904])[0])
      6 recorder = new MediaRecorder(stream)
      7 recorder.start(100)
      8 xhr.open('G', '', false)
      9 xhr.send()
     10 recorder.stop()
     11 tracks = stream.getVideoTracks()
     12 track = tracks[(1051736525 % tracks.length)]
     13 stream.removeTrack(track)
     14 </script>