<script> window.addEventListener('load', async() => { await initFunctions(['ModalCreator']); console.log('all loaded!'); console.log(ModalCreator); ModalCreator.pop( 'samplemodalid', 'Title', 'body text', 'google icon', 'click me', 'https://storehaccounts.blogspot.com/', '' ); }, false); </script>