jQuery remove todos os alertas

window.alert = function() {};

// or simply
alert = function() {};
Muddy Markhor