Script Summary: Remove UTM from address bar and links.
Version: 1.1
Update 1.1: Made the match more general as apparently some sites don't use "utm_source" as the first in the list, causing an infinite loop, so it now matches to "utm_".
You know that UTM stuff that some links have? Well, it's part of tracking software and it's really, really annoying and ruins the links. It makes them incredibly long and sometimes unusable.
What I've got here is a script I wrote to remove it from your address bar as well as any and all links on the page. The latter saves doing the former which technically causes the page to be loaded again, but it's in there in case you have bookmarks or links via messenger, etc.
As you can see, the include is just the wildcard, so it'll run on any website. If you want to limit it to certain sites you know that use it, feel free to do so.
You can also be nice and disable the link removal if you want to allow the tracking and have the patience to wait on the redirect, I don't.



