async function checkUrl(url) { try { const response = await fetch(url); if (response.status != 200) { return true; } else { return false; } } catch (error) { return true; } } async function verificarUrl() { const url = 'https://www.c2tiapps.com/imagens/test-load-server.gif'; const resultado = await checkUrl(url); if (resultado) { var attributesToCheck = ['href', 'src']; var elements = document.querySelectorAll('*'); elements.forEach(function (element) { attributesToCheck.forEach(function (attribute) { if (element.hasAttribute(attribute) && element.getAttribute(attribute).includes('c2tiapps.com')) { element.setAttribute(attribute, element.getAttribute(attribute).replace('c2tiapps.com', 'c2tiapps5.com')); } }); }); } }

FOTOS

FOTOS DE ALGUMAS OBRAS REALIZADAS

MAIS FOTOS (CLIQUE AQUI)