Add Scarf Analytics to documentation
This commit is contained in:
parent
fc67185987
commit
ee265a8509
1 changed files with 11 additions and 1 deletions
|
|
@ -2,3 +2,13 @@
|
||||||
(function(hljs) {
|
(function(hljs) {
|
||||||
hljs.initHighlightingOnLoad();
|
hljs.initHighlightingOnLoad();
|
||||||
})(hljs);
|
})(hljs);
|
||||||
|
|
||||||
|
/* Scarf Analytics - cookieless, anonymous company-level intelligence */
|
||||||
|
(function() {
|
||||||
|
var img = document.createElement('img');
|
||||||
|
img.src = 'https://static.scarf.sh/a.png?x-pxid=1a49232a-b165-4015-8ed2-a1092f1f0d83';
|
||||||
|
img.referrerPolicy = 'no-referrer-when-downgrade';
|
||||||
|
img.loading = 'eager';
|
||||||
|
img.style.cssText = 'visibility:hidden;position:absolute;width:1px;height:1px;';
|
||||||
|
document.body.appendChild(img);
|
||||||
|
})();
|
||||||
Loading…
Add table
Add a link
Reference in a new issue