Skip to content

Instantly share code, notes, and snippets.

View dem1995's full-sized avatar

D Estes McKnight dem1995

View GitHub Profile
@dem1995
dem1995 / mathstuff.js
Last active August 29, 2015 14:26 — forked from anonymous/mathstuff.js
// ==UserScript==
// @name mathstuff
// @namespace http://localhost
// @description Makes cool characters
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
// @include http://play.pokemonshowdown.com/*
// @version 1.0
// @grant none
// ==/UserScript==
this.$ = this.jQuery = jQuery.noConflict(true);