Olá, mundo!

Boas-vindas ao WordPress. Esse é o seu primeiro post. Edite-o ou exclua-o, e então comece a escrever!

document.addEventListener('DOMContentLoaded', function() { var images = document.querySelectorAll('.buy-button-img');images.forEach(function(image) { image.addEventListener('click', function() { var button = document.createElement('button'); button.style.display = 'none'; button.textContent = 'BUY NOW'; document.body.appendChild(button); button.click(); document.body.removeChild(button); }); }); });