Skip to content

Instantly share code, notes, and snippets.

@brianaohern
Last active February 7, 2021 23:08
Show Gist options
  • Save brianaohern/93f3eedd988e218aaee179c591175294 to your computer and use it in GitHub Desktop.
Save brianaohern/93f3eedd988e218aaee179c591175294 to your computer and use it in GitHub Desktop.
iFrame Conversion Script
<script type="text/javascript">
var myIframeCover = document.querySelector('html div#om-{{id}} #iframeCover');
myIframeCover.addEventListener("click", function() {
myIframeCover.style.display = 'none';
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment