What does HackerNews think of chrome-utm-stripper?

Browser extension that strips Google Analytics (UTM) parameters, and various other click tracking tokens, from URL query strings

Language: JavaScript

#7 in Chrome
#15 in Firefox
While I like the meal delivery service as I've been looking for something similar, I flagged your comment for linking to referral-code URLs.

If anyone else wants to strip URLs of tracking and referral codes automatically, I use: https://github.com/jparise/chrome-utm-stripper

Thanks!

I didn't know about "gclid=...", and "fbid=..." in URLS. After reading your post, I found an extension to remove them:

https://github.com/jparise/chrome-utm-stripper

With easily installable packages available for Chromium and Firefox:

https://chrome.google.com/webstore/detail/tracking-token-str...

https://addons.mozilla.org/en-US/firefox/addon/utm-tracking-...

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...

[3] https://github.com/jparise/chrome-utm-stripper

UTM Stripper — removes tracking tokens from URL query parameters before sending network request. Uses an internal 307 redirect before requesting the resource.

https://github.com/jparise/chrome-utm-stripper