Skip to content

Commit bb61ff0

Browse files
committed
remove matomo
1 parent bab7c85 commit bb61ff0

File tree

3 files changed

+1
-45
lines changed

3 files changed

+1
-45
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Programming Fonts
33

44
Test drive programming fonts [online in your browser](https://www.programmingfonts.org/). The interactive counter part of the [Tumblr Blog](https://programmingfonts.tumblr.com).
55

6-
ProgrammingFonts.org makes it easier to find monospaced fonts. All fonts in one place, with proper credits towards the creators. It's not a download portal, no monetization or business plan, it's strictly by nerds and designers for nerds and designers.
6+
ProgrammingFonts.org makes it easier to find monospaced fonts. All fonts in one place, with proper credits towards the creators. It's not a download portal, no tracking, monetization or business plan: it's strictly by nerds and designers for nerds and designers.
77

88
## Buy me a coffee
99

@@ -12,10 +12,6 @@ ProgrammingFonts.org makes it easier to find monospaced fonts. All fonts in one
1212
This website is powered by coffee. No ads, no monetization, no business model. We do have some costs for the domain name however.
1313
Please feel free to make a little [donation via PayPal](https://paypal.me/koenlageveen) to keep this labour of love running. It's much appreciated!
1414

15-
## Statistics
16-
17-
The website uses a self-hosted, on EU servers, version of [Matomo](https://matomo.org) to collect some statistics about visits to the site. It's tweaked to be as anonymous as possible and to not track you: no cookies are used, IP addresses are masked, etc. I'm just curious about the number of visits over time.
18-
1915
## Project layout / contributing
2016

2117
- All information about the fonts is stored in [fonts.json](https://github.com/braver/programmingfonts/blob/gh-pages/fonts.json).

index.css

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -670,18 +670,6 @@ body:has(dialog[open]) {
670670
}
671671
}
672672

673-
#matomo-opt-out {
674-
font-size: 10px;
675-
color: inherit;
676-
label {
677-
color: var(--dark-grey);
678-
}
679-
strong {
680-
font-weight: normal;
681-
}
682-
}
683-
684-
685673
@media screen and (max-width: 56em) {
686674
body {
687675
display: block;

index.html

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -95,22 +95,6 @@
9595

9696
<link rel="stylesheet" href="fonts/stylesheets/stylesheet.css"><!-- Compiled (using less on node) with "lessc fonts.less > stylesheet.css" -->
9797
<link rel="stylesheet" href="index.css">
98-
99-
<!-- Matomo -->
100-
<script>
101-
var _paq = window._paq = window._paq || [];
102-
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
103-
_paq.push(['trackPageView']);
104-
_paq.push(['enableLinkTracking']);
105-
(function() {
106-
var u="//stats.koenlageveen.nl/";
107-
_paq.push(['setTrackerUrl', u+'matomo.php']);
108-
_paq.push(['setSiteId', '2']);
109-
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
110-
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
111-
})();
112-
</script>
113-
<!-- End Matomo Code -->
11498
</head>
11599

116100
<body>
@@ -369,18 +353,6 @@ <h2>
369353
Koen Lageveen
370354
</p>
371355

372-
<!-- matomo optout -->
373-
<p>
374-
<small>This website uses Matomo to collect anonymous statistics,
375-
for my own curiosity.
376-
No cookies are used and no data will ever be shared.
377-
You are welcome to opt out
378-
(if you use a content blocker, this option might not appear):</small>
379-
</p>
380-
<div id="matomo-opt-out"></div>
381-
<script src="https://stats.koenlageveen.nl/index.php?module=CoreAdminHome&action=optOutJS&divId=matomo-opt-out&language=auto&showIntro=0"></script>
382-
<!-- / matomo optout -->
383-
384356
<button>
385357
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16"><path d="M3.72 3.72a.75.75 0 0 1 1.06 0L8 6.94l3.22-3.22a.749.749 0 0 1 1.275.326.749.749 0 0 1-.215.734L9.06 8l3.22 3.22a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L8 9.06l-3.22 3.22a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042L6.94 8 3.72 4.78a.75.75 0 0 1 0-1.06Z"></path></svg>
386358
<span class="screenreader-only">Close</span>

0 commit comments

Comments
 (0)