Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

const navLinks = document.querySelectorAll('a'); navLinks.forEach(function(item) { const href = item.href; // ajusta os domínios que apontam para Hotmart (checkout ou hotlink) if (href.includes('hotmart.com') || href.includes('hotmart.net') || href.includes('go.hotmart.com') || href.includes('pay.hotmart.com')) { const separator = href.indexOf('?') === -1 ? '?' : '&'; item.href = href + separator + utmParams.toString(); } }); })();