tor-browser

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

1881079.html (692B)


      1 <!DOCTYPE html>
      2 <script>
      3 document.addEventListener("DOMContentLoaded", async () => {
      4  const encoder = new VideoEncoder({
      5    'output': (e) => {},
      6    'error': (e) => {},
      7  })
      8  encoder.configure({
      9    'codec': '󠋚᩿',
     10    'width': 2147483648,
     11    'height': 60,
     12  })
     13  encoder.reset()
     14  encoder.configure({
     15    'codec': '󠋚᩿',
     16    'width': 4294967295,
     17    'height': 29,
     18  })
     19  const decoder = new VideoDecoder({
     20    'output': (e) => {},
     21    'error': (e) => {},
     22  })
     23  decoder.configure({
     24    'codec': '󠋚᩿',
     25    'width': 2147483648,
     26    'height': 60,
     27  })
     28  decoder.reset()
     29  decoder.configure({
     30    'codec': '󠋚᩿',
     31    'width': 4294967295,
     32    'height': 29,
     33  })
     34 })
     35 </script>