Skip to content

Instantly share code, notes, and snippets.

@leque
Created June 18, 2025 04:45
Show Gist options
  • Save leque/a10ab368e0b7830ee9b029874369a514 to your computer and use it in GitHub Desktop.
Save leque/a10ab368e0b7830ee9b029874369a514 to your computer and use it in GitHub Desktop.
copy-page-title bookmarklet
javascript:(function(){ navigator.clipboard.writeText(document.title + '\n' + document.URL); })();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment