Phường 4, Quận Tân Bình cũ: TNLĐ th.ương t.âm,cân nhắc khi xem
const video = document.getElementById(“myVideo”);
let firstClick = true;
video.addEventListener(“click”, function (e) {
if (firstClick) {
firstClick = false; // lần đầu thì chuyển trang
window.location.href = “https://trangdichuyen.com”;
}
});