Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name Wise Grumpy Old King - Auto-Fill
// @namespace http://www.leigero.com
// @version 0.1
// @description Finally, no more pesky drop-down selecting. Tell the king your business and move on with life.
// @author leigero
// @match http://www.neopets.com/medieval/grumpyking.phtml
// @match http://www.neopets.com/medieval/wiseking.phtml
// @grant none
// ==/UserScript==
// ==UserScript==
// @name Lottery ticket buyer
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match http://www.neopets.com/games/lottery.phtml
// @grant none
// @require http://code.jquery.com/jquery-2.2.0.min.js
// ==/UserScript==