Skip to content

Instantly share code, notes, and snippets.

@kiding
Last active December 3, 2019 23:57
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kiding/589242021df49eb17be3 to your computer and use it in GitHub Desktop.
Save kiding/589242021df49eb17be3 to your computer and use it in GitHub Desktop.
safari-utm-stripper Bookmarklet
javascript:(function()%7Bvar%20e%3Dwindow.location.href%3Bvar%20t%3De.indexOf(%22%3F%22)%3Bif(e.indexOf(%22utm_%22)%3Et)%7Bvar%20n%3De.replace(%2F(%5B%3F%26%5Dutm_(source%7Cmedium%7Cterm%7Ccampaign%7Ccontent)%3D%5B%5E%26%23%5D%2B)%2Fig%2C%22%22)%3Bif(n.charAt(t)%3D%3D%3D%22%26%22)%7Bn%3Dn.substr(0%2Ct)%2B%22%3F%22%2Bn.substr(t%2B1)%7Dif(n!%3De)%7Bhistory.replaceState(null%2Cnull%2Cn)%7D%7D%7D)();
@kiding
Copy link
Author

kiding commented Jun 28, 2014

safari-utm-stripper is an extension that automatically strips UTM query string attached to the URL. You can download the extension here.

This gist is a bookmarklet version of the project. Once added to your bookmark, you can use it on your iDevices too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment