tor-browser

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

601251-1.html (217B)


      1 <!DOCTYPE html>
      2 <script>
      3 
      4 var cm = document.createElementNS("http://www.w3.org/2000/svg", "feConvolveMatrix");
      5 cm.kernelMatrix.baseVal.appendItem({});
      6 cm.setAttribute("kernelMatrix", "0 0 0 0 0 0 0 0 0"); 
      7 
      8 </script>