chore: script update
This commit is contained in:
parent
253941d54c
commit
4a120ba515
1 changed files with 2 additions and 1 deletions
|
@ -38,5 +38,6 @@
|
||||||
}
|
}
|
||||||
})()
|
})()
|
||||||
;(async function () {
|
;(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
|
||||||
})()
|
})()
|
||||||
|
|
Reference in a new issue