Skip to content

Instantly share code, notes, and snippets.

@bjmiller121
Created February 29, 2016 22:33
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 bjmiller121/2f5bfec14c065a0fe55f to your computer and use it in GitHub Desktop.
Save bjmiller121/2f5bfec14c065a0fe55f to your computer and use it in GitHub Desktop.
Drupal login bookmarklet which takes you to the login page and sets the current page as the destination so you get placed back on the page you logged in from.
javascript:window.location.href = window.location.protocol + "//" + window.location.host + "/user?destination=" + window.location.pathname;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment