Lets say we have alert method of window object. I would like to enhance it with nice alertbox.
Also I want to save the existing alert method so that we can switch back once our application is over.
Something like this, but its throwing error in firefox console.
window.prototype.alert = function(){
}
You can;