Skip to content

Commit

Permalink
Move analytics from Google to Counter.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tichau committed Jan 22, 2024
1 parent ea858b8 commit 0234f30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 33 deletions.
12 changes: 1 addition & 11 deletions download-x86.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,7 @@
<link rel="icon" href="favicon.ico" />

<script src="https://www.w3schools.com/lib/w3data.js"></script>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date(); a = s.createElement(o),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');

ga('create', 'UA-71411543-1', 'auto');
ga('send', 'pageview');
</script>
<script src="https://cdn.counter.dev/script.js" data-id="9498fec3-cb9d-4606-89de-bfa9e06aa07b" data-utcoffset="1"></script>
</head>

<body>
Expand Down
12 changes: 1 addition & 11 deletions download.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,7 @@
<link rel="icon" href="favicon.ico" />

<script src="https://www.w3schools.com/lib/w3data.js"></script>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date(); a = s.createElement(o),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');

ga('create', 'UA-71411543-1', 'auto');
ga('send', 'pageview');
</script>
<script src="https://cdn.counter.dev/script.js" data-id="9498fec3-cb9d-4606-89de-bfa9e06aa07b" data-utcoffset="1"></script>
</head>

<body>
Expand Down
12 changes: 1 addition & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,7 @@
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<link rel="icon" href="favicon.ico" />

<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date(); a = s.createElement(o),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');

ga('create', 'UA-71411543-1', 'auto');
ga('send', 'pageview');
</script>
<script src="https://cdn.counter.dev/script.js" data-id="9498fec3-cb9d-4606-89de-bfa9e06aa07b" data-utcoffset="1"></script>
</head>

<body>
Expand Down

0 comments on commit 0234f30

Please sign in to comment.