This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var Robot = function(robot) { | |
// Oh. So this is what the fork button does. | |
// I wish I had a delete button. | |
}; |