Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. <body id="body">
  2. <div id="content">
  3. <div class="szajka" style="position: absolute; top: 0px; left: 0px; padding: 5px;">
  4. ( ͡° ͜ʖ ͡°) Pssst! Szukasz alternatywy dla mirkobloga? Sprawdź <a target="_blank" href="https://szajka.pl/t/_/_/1">szajka.pl</a>. (<a href="https://szajka.pl/rejestracja/CUvSSYXgsg9WWRPE9Menk8LBPjwCIq4j" target="_blank">zaproszenie od mirkoczata</a>)
  5. </div>
  6. <div class="iframe" style="width: 70%; position: absolute; left: 0px; height: 100%; top: 0px; margin-top: 30px">
  7. <iframe src="https://www.youtube.com/embed/aiw4y4H6s8w" style="height: 100%; width: 100%; border: 0" allowfullscreen=""></iframe>
  8. </div>
  9. <div class="chat" style="width: 30%; position: absolute; right: 0px; height: 100%; top: 0px">
  10. <iframe src="https://mirkoczat.pl/embed_t/danielmagical" style="height: 100%; width: 100%; border: 0"></iframe>
  11. </div>
  12. </div>
  13. <div id="js-app-container">
  14. <script id="js-app" src="/js/app.js"></script>
  15. </div>
  16.  
  17.  
  18.  
  19. <script>
  20. var player = document.querySelector("#player .html5-video-player, #player-api .html5-video-player");
  21. var video = player && player.querySelector("video");
  22. if (video) {
  23. video.addEventListener("progress", function(e) {
  24. if (typeof player.getCurrentPlaylistSequence === 'function') {
  25. var currentSequence = player.getCurrentPlaylistSequence();
  26. if (currentSequence) {
  27. player.dataset.mediaSequence = currentSequence.sequence;
  28. }
  29. }
  30. });
  31. }
  32. </script></body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement