Skip to content

Instantly share code, notes, and snippets.

@darryllee
Last active July 3, 2025 18:09
Show Gist options
  • Save darryllee/1ea2ba31a6e4344ec5dbfd5d936677f0 to your computer and use it in GitHub Desktop.
Save darryllee/1ea2ba31a6e4344ec5dbfd5d936677f0 to your computer and use it in GitHub Desktop.
Bookmarklet to Clean URL of Tracking Links, etc.
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