tor-browser

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

firefox-bug-1688293.html (890B)


      1 <!DOCTYPE html>
      2 <script>
      3  window.addEventListener('load', () => {
      4    const svg = document.createElementNS('http://www.w3.org/2000/svg', 'svg')
      5    const clip = document.createElementNS('http://www.w3.org/2000/svg', 'clipPath')
      6    const use = document.createElementNS('http://www.w3.org/2000/svg', 'use')
      7    const style = document.createElementNS('http://www.w3.org/2000/svg', 'style')
      8    document.documentElement.appendChild(svg)
      9    svg.setAttribute('id', 'id_0')
     10    clip.appendChild(use)
     11    svg.appendChild(clip)
     12    document.documentElement.appendChild(style)
     13    style.textContent = `
     14      @import url(dom--23104-J7UdNQ5SQ5Rv-.css);
     15      @namespace url(http://www.w3.org/1999/xhtml);
     16      @namespace svg url(http://www.w3.org/2000/svg);
     17      * {
     18        filter: url(#id_0);
     19      }
     20      svg|* {
     21        transition: 352ms ! important;
     22        y: 29%;
     23      }`
     24  })
     25 </script>