| // 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> | |