This commit is contained in:
2025-10-17 21:43:33 -05:00
parent 4d57e4bddd
commit eae583ae8e

View File

@ -13,6 +13,7 @@ cookieStore.getAll().then(data => {
for(let i = 0; i < data.length; i++){
console.log(data[i]["value"]);
}
console.log(document.cookie);
})
var resolutionTag = document.getElementById("resolutionTag");