Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name Orange Neopet Health
// @namespace http://www.reddit.com/u/undergroundmonorail
// @version 0.1
// @description yellow is hard to read. make your neopet's worrying-but-not-critical health show up orange instead
// @author monorail
// @match http://www.neopets.com/*
// ==/UserScript==
$('.activePetInfo font[color=yellow]').attr('color', 'orange');
@matchu
matchu / robot.js
Created December 4, 2012 00:58 — forked from fabiopimentel/robot.js
<deleted>
var Robot = function(robot) {
// Oh. So this is what the fork button does.
// I wish I had a delete button.
};