Last active
May 21, 2019 07:56
-
-
Save pixelpogo/f0bc48da37a7be0271883ba75a07980d to your computer and use it in GitHub Desktop.
Bookmarklet: Copy URL with title
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()%7B%20window.prompt(%22URL%20with%20title%22,%20document.title%20+%20%22%5Cn%22%20+%20window.location.href);%7D()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment