Last active
July 3, 2025 18:09
-
-
Save darryllee/1ea2ba31a6e4344ec5dbfd5d936677f0 to your computer and use it in GitHub Desktop.
Bookmarklet to Clean URL of Tracking Links, etc.
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 () { history.replaceState('Foo', 'Foo', window.location.protocol + '//' + window.location.host + window.location.pathname);})() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment