This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| javascript | |
| (async () => { | |
| const TOTAL_PAGES = 188; | |
| console.log(`🚀 Đang quét dữ liệu... Vui lòng không chuyển tab!`); | |
| let allData = [["Ngay", "Ky quay", "Ket qua"]]; | |
| let currentPage = 1; | |
| while (currentPage <= TOTAL_PAGES) { | |
| // Lấy ID kỳ quay đầu tiên hiện tại để làm mốc kiểm tra trang đã tải xong chưa |