Advertisement
Guest User

Dan Banana Swapper

a guest
Dec 3rd, 2019
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const block = document.createElement('img');
  2. block.src = 'https://media.giphy.com/media/qZdD6EuCdKBhK/giphy.gif';
  3. block.style.width = '250px';
  4. block.style.position = 'absolute';
  5. block.style.top = '0';
  6. block.style.right = '0';
  7.  
  8. const overlay = document.getElementsByClassName('highwind-video-player__overlay')[0];
  9. overlay.appendChild(block);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement