File size: 333 Bytes
6778ee0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | // This snippet is shown to users to install plausible tracker script
//<script>
window.plausible =
window.plausible ||
function () {
;(plausible.q = plausible.q || []).push(arguments)
}
plausible.init =
plausible.init ||
function (overrides) {
plausible.o = overrides || {}
}
// plausible.init()
//</script>
|