mirror of
https://github.com/cupcakearmy/nicco.io.git
synced 2024-12-22 16:16:24 +00:00
matomo
This commit is contained in:
parent
b31378b491
commit
2206437703
@ -32,18 +32,10 @@
|
|||||||
initialise the router -->
|
initialise the router -->
|
||||||
%sapper.scripts%
|
%sapper.scripts%
|
||||||
|
|
||||||
<!-- <script
|
|
||||||
async
|
|
||||||
src="https://stats.nicco.io/unicorns.js"
|
|
||||||
data-ackee-server="https://stats.nicco.io"
|
|
||||||
data-ackee-domain-id="f800b5af-b80b-4089-94b2-7b5c96a8f308"
|
|
||||||
></script> -->
|
|
||||||
|
|
||||||
<script src="https://unpkg.com/ionicons@5/dist/ionicons.js"></script>
|
<script src="https://unpkg.com/ionicons@5/dist/ionicons.js"></script>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var _paq = (window._paq = window._paq || [])
|
var _paq = (window._paq = window._paq || [])
|
||||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
|
||||||
_paq.push(['setDocumentTitle', document.domain + '/' + document.title])
|
_paq.push(['setDocumentTitle', document.domain + '/' + document.title])
|
||||||
_paq.push(['setCookieDomain', '*.nicco.io'])
|
_paq.push(['setCookieDomain', '*.nicco.io'])
|
||||||
_paq.push(['disableCookies'])
|
_paq.push(['disableCookies'])
|
||||||
@ -51,21 +43,21 @@
|
|||||||
_paq.push(['enableLinkTracking'])
|
_paq.push(['enableLinkTracking'])
|
||||||
;(function () {
|
;(function () {
|
||||||
var u = '//stats.nicco.io/'
|
var u = '//stats.nicco.io/'
|
||||||
_paq.push(['setTrackerUrl', u + 'unicorn.php'])
|
_paq.push(['setTrackerUrl', u + 'rainbow'])
|
||||||
_paq.push(['setSiteId', '1'])
|
_paq.push(['setSiteId', '1'])
|
||||||
var d = document,
|
var d = document,
|
||||||
g = d.createElement('script'),
|
g = d.createElement('script'),
|
||||||
s = d.getElementsByTagName('script')[0]
|
s = d.getElementsByTagName('script')[0]
|
||||||
g.type = 'text/javascript'
|
g.type = 'text/javascript'
|
||||||
g.async = true
|
g.async = true
|
||||||
g.src = u + 'unicorn.js'
|
g.src = u + 'unicorn'
|
||||||
s.parentNode.insertBefore(g, s)
|
s.parentNode.insertBefore(g, s)
|
||||||
})()
|
})()
|
||||||
</script>
|
</script>
|
||||||
<noscript
|
<noscript
|
||||||
><p>
|
><p>
|
||||||
<img
|
<img
|
||||||
src="//stats.nicco.io/unicorn.php?idsite=1&rec=1"
|
src="//stats.nicco.io/rainbow?idsite=1&rec=1"
|
||||||
style="border: 0"
|
style="border: 0"
|
||||||
alt=""
|
alt=""
|
||||||
/></p
|
/></p
|
||||||
|
Loading…
Reference in New Issue
Block a user