tor-browser

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

1857986.html (788B)


      1 <!DOCTYPE html>
      2 <script>
      3  window.addEventListener('load', async () => {
      4    const svg = document.createElementNS('http://www.w3.org/2000/svg', 'svg')
      5    const filter = document.createElementNS('http://www.w3.org/2000/svg', 'filter')
      6    filter.setAttribute('id', 'id_14')
      7    const feColorMatrix = document.createElementNS('http://www.w3.org/2000/svg', 'feColorMatrix')
      8    feColorMatrix.setAttribute('width', '-1938067758ch')
      9    filter.appendChild(feColorMatrix)
     10    svg.appendChild(filter)
     11    document.documentElement.appendChild(svg)
     12    const canvas = document.createElementNS('http://www.w3.org/1999/xhtml', 'canvas')
     13    const context = canvas.getContext('2d')
     14    context.filter = 'url(#id_14) url(#id_14) contrast(1491560509%) saturate(859756593%) url(#id_14)'
     15  })
     16 </script>