-
GY$564.86
const iframe = document.querySelector('iframe'); // Wait for the iframe to load, then send the consent status iframe.addEventListener('load', function() { iframe.contentWindow.postMessage('USER_HAS_ACCEPTED_TERMS', 'https://www.gethergoing.com/'); });