Advertisement
Guest User

Type Racer

a guest
Jan 23rd, 2017
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /*
  2.  *  play.typeracer.com helper thing
  3.  *
  4.  *  Paste into browser console before game.
  5.  *  Press "Space" to start and keep pressing to insert words (or hold it down for >300 wpm).
  6.  *  Also if it screws up you have to reload the page. (sorry) (tested on safari and firefox)
  7.  *
  8.  *  Made by Mini
  9.  */
  10.  
  11. document.onkeydown=b;var d,e,f=!1; function b(a){if(32===(a.keyCode?a.keyCode:a.which))if(f)d.value=e.shift(),1===e.length&&(f=!1);else{d=document.body.getElementsByClassName("txtInput")[0];e=null;a=document.body.getElementsByClassName("nonHideableWords")[0].getElementsByTagName("*");for(var c=0;c<a.length;c++)if(a[c].id.startsWith("nhwRightgwt-uid-")){e=a[c].innerHTML.split(" ");e.shift();e.unshift(document.getElementById("nhwMiddlegwt-uid-"+(a[c].id.substr(16,17)-2)).innerHTML);break}f=!0;b({keyCode:32})}};
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement