tor-browser

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

620034-1.html (280B)


      1 <!DOCTYPE html>
      2 <script>
      3 
      4 function boom()
      5 {
      6  var f = document.createElementNS("http://www.w3.org/2000/svg", "feFuncB");
      7  var tvb = f.tableValues.baseVal;
      8  f.setAttribute("tableValues", "3 7 5");
      9  f.setAttribute("tableValues", "i"); 
     10  tvb.numberOfItems;
     11 }
     12 
     13 boom();
     14 
     15 </script>