{ const style = document.createElement('style') style.textContent = '.grecaptcha-badge {visibility: hidden; }' document.head.appendChild(style) }