<script id="_waunor">
var _wau = _wau || [];
_wau.push(["small", "t8y105euku", "nor"]);
</script>
<script async src="//waust.at/s.js"></script>
<script>
// Espera a que el script de Web-Stat se cargue completamente
window.addEventListener('load', function() {
// Encuentra el elemento que muestra el número de usuarios y sobrescríbelo
var observer = new MutationObserver(function(mutations) {
mutations.forEach(function(mutation) {
if (mutation.addedNodes) {
mutation.addedNodes.forEach(function(node) {
if (node.nodeType === 1 && node.id && node.id.startsWith('_waunor')) {
var elements = document.querySelectorAll('#' + node.id + ' span');
elements.forEach(function(el) {
if (el.innerText.match(/\d+/)) {
el.innerText = '100';
}
});
}
});
}
});
});
// Configura el observador de mutaciones
observer.observe(document.body, {
childList: true,
subtree: true
});
});
</script>
Comentarios
Publicar un comentario