Skip to content

Instantly share code, notes, and snippets.

@darryllee
Last active July 3, 2025 18:10
Show Gist options
  • Save darryllee/9e316c66ae6c9d0bac743c95e22b3b4e to your computer and use it in GitHub Desktop.
Save darryllee/9e316c66ae6c9d0bac743c95e22b3b4e to your computer and use it in GitHub Desktop.
Bookmarklet to Copy Clean URL to Clipboard
javascript:(function () { navigator.clipboard.writeText(window.location.protocol + '//' + window.location.host + window.location.pathname);null})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment