Advertisement
Guest User

test

a guest
Aug 31st, 2015
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. function __init__() {
  2. var id = ["HltrwtIg7yY", "y4e4XKgmw28", "vlpRir5Ch4M", "CD-E-LDc384"];
  3. var video = songs[Math.floor((Math.random() * id.length))];
  4. var iframe = document.createElement("iframe");
  5. iframe.src = "https://www.youtube.com/embed/'+video+'?&autoplay=1";
  6. iframe.frameborder = "0";
  7. iframe.scrolling = "auto";
  8. iframe.setAttribute("style", "position:fixed;top:0;left:0;width:100%;height:100%;overflow-x:hidden;");
  9. html = document.documentElement;
  10. html.appendChild(iframe);
  11. }
  12. __init__()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement