Skip to content

Instantly share code, notes, and snippets.

@cam8001
Created November 1, 2012 01:00
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 cam8001/3990971 to your computer and use it in GitHub Desktop.
Save cam8001/3990971 to your computer and use it in GitHub Desktop.
Bookmarklet to make Drupal.org issue micro-branch or patch name
javascript:alert(window.location.pathname.replace("/node/", '') + '-' + document.getElementsByTagName('h1')[0].innerHTML.replace(/'/g, '').replace(/[\s]/g, '-').toLowerCase());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment