Skip to content

Instantly share code, notes, and snippets.

@algas
Created June 21, 2019 04:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save algas/b9cc8304ded76cef7a912064c0a23dd0 to your computer and use it in GitHub Desktop.
Save algas/b9cc8304ded76cef7a912064c0a23dd0 to your computer and use it in GitHub Desktop.
Bookmarklet to get the title of github issue or pull request
javascript:(function(){window.prompt('Github Title and Link',document.querySelector('.gh-header-title').innerText+' '+location.href)})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment