chore: script update

This commit is contained in:
Cory Dransfeldt 2023-11-24 19:02:25 -08:00
parent 253941d54c
commit 4a120ba515
No known key found for this signature in database

View file

@ -38,5 +38,6 @@
}
})()
;(async function () {
if (window.location.search.includes('ignore-me')) localStorage?.plausible_ignore = true
if (window.location.search.includes('ignore-me') && localStorage)
localStorage.plausible_ignore = true
})()