Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save thepeopleseason/16dd5447a9186adae54e241a29f2a136 to your computer and use it in GitHub Desktop.
Save thepeopleseason/16dd5447a9186adae54e241a29f2a136 to your computer and use it in GitHub Desktop.
Kill URL Cruft Bookmarklet
javascript:(function() {
window.location=window.location.toString().replace(/&?fbclid=[^&]+/,'').replace(/&?utm_(campaign|source|medium|content|term)=[^&]+/g,'');
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment