Skip to content

Commit 52a8656

Browse files
committed
Remove Google Analytics
1 parent 883c560 commit 52a8656

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

index.html

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,6 @@
66
<link rel="stylesheet" href="https://arduinojson.org/assets/style.css">
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
88
<title>ArduinoJson Troubleshooter</title>
9-
10-
<script>
11-
(function (i, s, o, r) {
12-
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
13-
(i[r].q = i[r].q || []).push(arguments)
14-
}, i[r].l = 1 * new Date()
15-
})(window, document, 'script', 'ga');
16-
ga('create', 'UA-89940284-2', 'auto');
17-
ga('send', 'pageview');
18-
</script>
19-
<script async src="https://www.google-analytics.com/analytics.js"></script>
209
<script>window.plausible = console.log</script>
2110
</head>
2211

@@ -34,4 +23,4 @@
3423
<script type="module" src="/src/main.js"></script>
3524
</body>
3625

37-
</html>
26+
</html>

src/App.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ export default {
6060
methods: {
6161
choose(option) {
6262
document.location.assign(option.hash)
63-
ga("set", "page", document.location.pathname + document.location.hash)
64-
ga("send", "pageview")
6563
window.plausible("ArduinoJson Troubleshooter", {
6664
props: {
6765
hash: document.location.hash

0 commit comments

Comments
 (0)