Skip to content

Instantly share code, notes, and snippets.

@lukebussey
Created April 2, 2016 19:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukebussey/a0bbc9e6fb251619ce77e325689affeb to your computer and use it in GitHub Desktop.
Save lukebussey/a0bbc9e6fb251619ce77e325689affeb to your computer and use it in GitHub Desktop.
// Kill ugly querystrings
if (/^\?utm_/.test(document.location.search) && window.history.replaceState) {
window.history.replaceState({}, '', document.location.href.replace(/\?utm_.*/, ''));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment