Skip to content

Instantly share code, notes, and snippets.

@jstrieb
Created March 6, 2019 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 jstrieb/096a303c8946cc69f527f80610fd670c to your computer and use it in GitHub Desktop.
Save jstrieb/096a303c8946cc69f527f80610fd670c to your computer and use it in GitHub Desktop.
Bookmarklet to choose a specific Google account to use with the current service (specifically, works for Google Tasks which does not have an account selection dialog https://mail.google.com/tasks/canvas?pli=1)
// To install, highlight the line below and drag it to your bookmarks bar
javascript:window.location = "https://accounts.google.com/SignOutOptions?continue=" + window.location
// To use this extension, simply visit a Google service and click the bookmarklet to select an account to use with that service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment