Version Testing

Could be any script that is still being tested.

当前为 2014-10-01 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name Version Testing
  3. // @version 0.8001
  4. // @description Could be any script that is still being tested.
  5. // @author Cristo
  6. // @include *
  7. // @grant GM_getValue
  8. // @grant GM_setValue
  9. // @copyright 2012+, You
  10. // @namespace https://greasyfork.org/users/1973
  11. // ==/UserScript==
  12.  
  13. document.addEventListener('keydown',function(i) {console.log(i.keyCode);}, false);