From d083174cd59258b10a3f4701ba743de76fa79206 Mon Sep 17 00:00:00 2001 From: Koen Lageveen Date: Sun, 20 Oct 2019 21:32:04 +0200 Subject: [PATCH] remove google analytics tracking I'm no longer comfortable feeding the surveillance machine just because I'm curious about visitor numbers --- ga.js | 7 ------- index.html | 2 -- 2 files changed, 9 deletions(-) delete mode 100644 ga.js diff --git a/ga.js b/ga.js deleted file mode 100644 index 0abf31f..0000000 --- a/ga.js +++ /dev/null @@ -1,7 +0,0 @@ -(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-86647457-1', 'auto'); -ga('send', 'pageview'); diff --git a/index.html b/index.html index be0d8e8..5e6c606 100755 --- a/index.html +++ b/index.html @@ -295,9 +295,7 @@ function updateGutters(cm) { - -