https://github.com/josephschmitt/un-utm
Get rid of the ugly utm_source query params in your URL bar.
https://github.com/josephschmitt/un-utm
Last synced: 6 months ago
JSON representation
Get rid of the ugly utm_source query params in your URL bar.
- Host: GitHub
- URL: https://github.com/josephschmitt/un-utm
- Owner: josephschmitt
- Created: 2014-04-03T17:58:19.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-03T20:35:25.000Z (about 10 years ago)
- Last Synced: 2024-05-29T22:14:59.235Z (12 months ago)
- Language: JavaScript
- Size: 176 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Un-UTM
This is a simple browser extension that cleans URLs be removing the ugly UTM tracking params from URLs. The params are removed after the page has loaded using the browser `window.history` API. This way, the page still gets its analytics information, we're simply just making the URL look prettier. Honestly, every site that implements UTM tracking should do this in their pages, but since that hasn't happened, here's a browser extension for it. If you have a page that implements UTM tracking, feel free to use the code in page.js on your own site.