Google multiple accounts - In URL selection by email instead of by user number
google-account, url
Solution
This seems to work for Gmail
On Desktop: https://accounts.google.com/AccountChooser?continue=https%3A%2F%2Fmail.google.com%2Fmail%2Fu%2F%3Fauthuser%3DUSERNAME%40DOMAIN&service=mail&Email=USERNAME@DOMAIN
For mobile:
https://accounts.google.com/AccountChooser?continue=https%3A%2F%2Fmail.google.com%2Fmail%2Fmu%2Fmp%2F%3Fauthuser%3DUSERNAME%40DOMAIN&service=mail&Email=USERNAME@DOMAIN
Problem
When accessing multiple Google accounts from the browser, with multiple accounts logged in, Google will allow selecting the proper account using a number that identifies the chronologically logged in user, with the syntax: ``` https://<service-name>/u/<user-number>/ ``` For instance: ``` https://mail.google.com/mail/u/0/#inbox https://contacts.google.com/u/2/preview/all ``` I wonder if is there a way to use an URL where the user-number is replaced with the user email....