Từ khóa: Ch���y Tr���n Gia ����nh
Top 20 Từ khóa nhiều người tìm nhất
Top 20 Từ khóa người dùng mới tìm gần đây
Không tìm thấy kết quả, hãy thử một từ khóa khác...
function saveHistory(key){ if(localStorage.getItem('myHistory') == null){ localStorage.setItem('myHistory','[]'); } var oldData = JSON.parse(localStorage.getItem('myHistory')) oldData.push(key) const result = oldData.filter((thing, index, self) => index === self.findIndex((t) => ( JSON.stringify(t) === JSON.stringify(thing) || JSON.stringify(t.manga) === JSON.stringify(thing.manga) )) ) localStorage.setItem('myHistory', JSON.stringify(result)); } function removeHistory(){ localStorage.removeItem("myHistory"); location.reload(); }
Không tìm thấy kết quả, hãy thử một từ khóa khác...