Javascript String decodeURI()
decodeURI()
String.prototype.decodeURI = function() { return decodeURI(this); }