tor-browser

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

firefox-bug-1753105.html (1086B)


      1 <!DOCTYPE html>
      2 <script>
      3  document.addEventListener("DOMContentLoaded", () => {
      4    const svg = document.createElementNS("http://www.w3.org/2000/svg", "svg")
      5    const text = document.createElementNS("http://www.w3.org/2000/svg", "text")
      6    text.setAttribute("letter-spacing", "-37vw")
      7    const node = document.createTextNode("\n\n\r7%٠\0ó …§ð†ªã€€&**=ðŸ¯šð¯‚ï¸¡ó ”©Û¹â€Ùªv*/𯄝𖹧垝纶*;{0ð–£”9̆뢻\r\n^掶𩹺*|\r\n🩂٫𐇽뫻e犮㇆᭲𡇂\u2028ᨲ⁤\rv+🧌8שּׁ\nð¯Žè›¥ó „ˆêº¡\n⒝𝱒٠۹𖯸0ó ¤™/ᾂ𫞾99 a&=𝉂۹𯩒゙2ó ¥µ^0ꒋ𝗻𝅻\0X%+0*/镳 ٪ȺXá©¿L2⼤𛪈­𪸏𛝉")
      8    text.appendChild(node)
      9    svg.appendChild(text)
     10    document.documentElement.appendChild(svg)
     11    const rect = document.documentElement.getBoundingClientRect()
     12    node.convertRectFromNode(rect, svg, {})
     13  })
     14 </script>