Last active
July 3, 2025 18:10
-
-
Save darryllee/9e316c66ae6c9d0bac743c95e22b3b4e to your computer and use it in GitHub Desktop.
Bookmarklet to Copy Clean URL to Clipboard
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 () { 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