Created
April 8, 2020 03:35
-
-
Save thepeopleseason/16dd5447a9186adae54e241a29f2a136 to your computer and use it in GitHub Desktop.
Kill URL Cruft Bookmarklet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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