This commit is contained in:
randogoth 2023-05-22 11:45:34 +03:00
parent 2dbfc6ee0b
commit 0e75bdd220

View file

@ -23,7 +23,7 @@ if ( !Cookies.get('nfcexplorer') ) {
}
const ua = String(platform.os);
const cat = document.querySelector('meta[data-category]').content
const cat = document.querySelector('meta[data-category]').getAttribute("data-category");
fetch('https://nmns.place/track?' + new URLSearchParams({
hash: Cookies.get('nfcexplorer'),