chore: script update
This commit is contained in:
parent
81eede80e8
commit
253941d54c
1 changed files with 3 additions and 0 deletions
|
@ -37,3 +37,6 @@
|
||||||
populateNowPlaying(data)
|
populateNowPlaying(data)
|
||||||
}
|
}
|
||||||
})()
|
})()
|
||||||
|
;(async function () {
|
||||||
|
if (window.location.search.includes('ignore-me')) localStorage?.plausible_ignore = true
|
||||||
|
})()
|
||||||
|
|
Reference in a new issue