Skip to content

DnAp/utm-stripper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Removes Google Analytics/Urchin tracking parameters (utm_source, utm_medium, etc.) from URLs that are displayed in the address bar. This is done as a purely aesthetic post-processing step, the site still sees the parameters at initial loading time.

Also cleans up YouTube URLs slightly.

This extension is a variant of the Tracking Token Stripper extension with two improvements:

  • It uses history.replaceState() to avoid reloading the page when removing the parameters.
  • It leaves parameters and fragments after the tracking ones alone, thus not breaking Evite.

Available at the Chrome Web Store at https://chrome.google.com/webstore/detail/jbgedkkfkohoehhkknnmlodlobbhafge.

About

Removes Google Analytics-related utm_ parameters from displayed URLs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.6%
  • HTML 4.4%