Share code hack đáp án Friends 2021
Haizz vì khá nhiều bạn được gửi thử thách bạn bè (không làm đúng được hết thì đừng gọi nhau 2 tiếng anh em), thấy ankiem khó khăn quá nên mình sẽ share code "Hack" mấy trò này nha! =))
Code hack:
function friend21() { var scroll = document.querySelector("body > div.outer_container.tenpxtop > div > div:nth-child(2) > div.fivepxtop > ul").getElementsByTagName("li"); var allAnswer = document.querySelector("table").getElementsByTagName("td"); var anserArr = []; for (let i = 0; i < allAnswer.length; i++) { if (allAnswer[i].className == "answer center correct") { console.log("Hãy chọn: " + allAnswer[i].innerText); allAnswer[i].addEventListener("click", function() { setTimeout(() => { friend21(); }, 1000); }) } } } friend21();
Video Hướng Dẫn
@cuongbokreal Sắp Trung Thu rồi “ăn bánh hay ăn em”? 😆 cứ để Chếm xử vụ này hehe ##TrungThu2021 ##LearnOnTikTok ##thuthachbanbe ##friends
♬ nhạc nền - cuongbokreal
Đăng nhận xét
Lưu ý
Khuyên bạn hạn chế bình luận ẩn danh, hãy đăng nhập bằng tài khoản Google.
Nếu muốn bình luận 1 đoạn code, bạn hãy mã hóa code để code hiển thị chính xác nhé!