chore: reduce js

This commit is contained in:
Cory Dransfeldt 2024-02-04 08:54:40 -08:00
parent b23a28298a
commit fdc7253588
No known key found for this signature in database
2 changed files with 2 additions and 6 deletions

View file

@ -36,8 +36,4 @@
populateNowPlaying(data)
}
})()
;(async function () {
if (window.location.search.includes('ignore-me') && localStorage)
localStorage.plausible_ignore = true
})()
})()