Javascript String red()
red()
String.prototype.red = function(){ return "\x1B[31m" + this.toString() + "\x1B[39m"; }