tor-browser

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

firefox-bug-1703592.html (694B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1703592">
      3 <style>
      4 * {
      5  font-size: 1237818528.6247747em;
      6 }
      7 </style>
      8 <script>
      9  window.addEventListener('load', async () => {
     10    const svg_1 = document.createElementNS('http://www.w3.org/2000/svg', 'svg')
     11    const svg_2 = document.createElementNS('http://www.w3.org/2000/svg', 'svg')
     12    const anchor = document.createElementNS('http://www.w3.org/2000/svg', 'a')
     13    svg_2.setAttribute('width', '14em')
     14    anchor.appendChild(svg_2)
     15    svg_1.appendChild(anchor)
     16    document.documentElement.appendChild(svg_1)
     17    const selection = window.getSelection()
     18    selection.selectAllChildren(svg_1)
     19  })
     20 </script>