https://web.whatsapp.com/*
// roda quando carregar a página
window.addEventListener("load", () => {
const mensagens = document.querySelectorAll('[data-testid="selectable-text"]');
mensagens.forEach(el => {
if (el.innerText.includes("paraguay")) {
el.innerText = "🚫 censurado kkkkk";
}
});
});Install requires the InjectJS Chrome extension. Scripts run only on sites matching the pattern above. Review code before installing any community script.