tor-browser

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

bug551434_childframe.html (213B)


      1 <script>
      2 var gKeyDownChild = 0, gKeyPressChild = 0, gKeyUpChild = 0;
      3 </script>
      4 <input id='i4' onkeydown="gKeyDownChild++" onkeypress="gKeyPressChild++" onkeyup="gKeyUpChild++; this.parentNode.removeChild(this);">