tor-browser

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

515288-1.html (177B)


      1 <script>
      2 var svgElem = document.createElementNS("http://www.w3.org/2000/svg", "svg"); 
      3 document.createElement("script").appendChild(svgElem); 
      4 svgElem.getScreenCTM(); 
      5 </script>