tor-browser

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

587336-1.html (220B)


      1 <html>
      2 <head><script>
      3 function boom()
      4 {
      5  var b = document.getElementById("b");
      6  b.setAttributeNS(null, "style", "filter: url(#a);");
      7 }
      8 </script></head>
      9 <body onload="boom();" id="a"><span id="b">B</span></body></html>