chore: script update

This commit is contained in:
Cory Dransfeldt 2023-11-24 18:59:29 -08:00
parent 81eede80e8
commit 253941d54c
No known key found for this signature in database

View file

@ -37,3 +37,6 @@
populateNowPlaying(data)
}
})()
;(async function () {
if (window.location.search.includes('ignore-me')) localStorage?.plausible_ignore = true
})()