Here's the same URL but without all the utm_* tracking garbage:
Off topic: Is there a chrome extension that will strip these query parameters off automatically when a user clicks on links?
I found https://chrome.google.com/webstore/detail/url-tracking-strip... but wasn't sure if someone might have found a superior extension.
I created this [1] some time ago to manipulate links in the pages that I visit.
This part [2] removes the UTM parameters from the links in certain websites.
However, I stopped updating the extension when I switched to Safari some time ago.
I used to use this one [3] which was actually my inspiration to create my own project.
[1] https://github.com/cixtor/markasread
[2] https://github.com/cixtor/markasread/blob/08726ce/markasread...