Advertisement
JackHaxor

Script tìm thành viên bị chặn trong group.

Aug 4th, 2017
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. var name_search=prompt("Nhập tên bên muốn tìm kiếm:",""),speed_search=prompt("Nhập tốc độ (giây):\n* Nếu mạng bạn chậm nên để tốc chậm để tranh treo trình duyệt","1"),stop=0;if(""!=name_search&&speed_search>0)var search_loop=setInterval(function(){var e=document.querySelectorAll(".fwb a.weakReference");for(i=0;i<e.length;i++){var t=e[i].textContent.trim(),o=t.toLowerCase();if(name_search.toLowerCase()===o){el=e[i],text=el.innerHTML,marked=text.replace(t,"<mark>"+t+"</mark>"),el.innerHTML=marked;var r=el.getBoundingClientRect(),n=r.top+window.scrollY-90;window.scrollTo(0,n),alert("Đã tìm thấy"),console.log("Đã tìm thấy."),stop=1;break}}if(1===stop)window.clearInterval(search_loop),console.log("Kết thúc.");else{document.querySelector("a.uiBoxLightblue").click();console.log("Đang tìm...")}},1e3*speed_search);else console.log("Đã hủy tìm kiếm");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement