Skip to content

Instantly share code, notes, and snippets.

@pixelpogo
Last active May 21, 2019 07:56
Show Gist options
  • Save pixelpogo/f0bc48da37a7be0271883ba75a07980d to your computer and use it in GitHub Desktop.
Save pixelpogo/f0bc48da37a7be0271883ba75a07980d to your computer and use it in GitHub Desktop.
Bookmarklet: Copy URL with title
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