window.wrappedJSObject.alert = exportFunction(function (msg) { if (!msg?.toLowerCase?.().includes("chrome")) { originalAlert(msg); } }, window); PK