Skip to content

Instantly share code, notes, and snippets.

View emgeee's full-sized avatar

Matt Green emgeee

View GitHub Profile
@emgeee
emgeee / typeracer.js
Last active August 29, 2015 14:01
Automatically beat typerace.net at a given WPM
// Beat typeracer!
// this is a little script that can be copy+pasted into the console
// on typerace.net and auto beat it for you
// Include jQuery
var jq = document.createElement('script');
jq.src = "//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js";
document.getElementsByTagName('head')[0].appendChild(jq);
// wait for jQuery to be loaded