jquery remove all alerts

JavaScript
window.alert = function() {};

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

Source

Also in JavaScript: