Skip to content

Instantly share code, notes, and snippets.

@mmikeww
mmikeww / join-races.js
Created June 10, 2017 18:24 — forked from morinted/join-races.js
TypeRacer auto-join private track bot
// ==UserScript==
// @name Join and leave TypeRacer races
// @namespace morinted
// @description Join and leave a TypeRacer private racetrack
// @include http://play.typeracer.com/
// @version 1
// @grant none
// @require https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js
// ==/UserScript==