tor-browser

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

831561.html (263B)


      1 <!DOCTYPE html>
      2 <html>
      3  <body>
      4    <script>
      5      var clipPath = document.createElementNS("http://www.w3.org/2000/svg",
      6                                              "clipPath");
      7      clipPath["hasExtension"].apply(clipPath,[]);
      8    </script>
      9  </body>
     10 </html>