Guest User

Untitled

a guest
Jul 18th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <script type="text/javascript">
  2. var myIframeCover = document.querySelector('html div#om-YOUR-OPTIN-SLUG #iframeCover');
  3. myIframeCover.addEventListener("click", function() {
  4. myIframeCover.style.display = 'none';
  5. });
  6. </script>
Add Comment
Please, Sign In to add comment