let A = alert; window.alert = function (p) { return A("Мой новый алерт -> "+p); }; alert("привет мир");