Advertisement
Guest User

Untitled

a guest
Apr 4th, 2020
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script type='text/javascript'>
  2. const params = new URLSearchParams(window.location.search);
  3. sid = params.get("sid");
  4. console.log('sid: ' + sid);
  5. theFrame = document.getElementById('player_iframe');
  6. theFrame.src = theFrame.src + '?sid=' + sid;
  7. console.log('player_iframe Target: ' + theFrame.src);
  8. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement