// Kiểm tra xem script đã được hiển thị chưa function shouldShowScript() { const lastShownTime = localStorage.getItem('scriptLastShown'); const currentTime = new Date().getTime(); const tenMinutes = 10 * 60 * 1000; // 10 phút tính bằng milliseconds // Nếu chưa từng hiển thị hoặc đã quá 10 phút if (!lastShownTime || (currentTime - parseInt(lastShownTime)) > tenMinutes) { // Lưu thời điểm hiện tại localStorage.setItem('scriptLastShown', currentTime.toString()); return true; } return false; } // Bọc script của bạn trong điều kiện if (shouldShowScript()) { // Đặt script của bạn ở đây // }
Top phim bộ
Top phim lẻ
Sắp chiếu