- Detect when a OTP/verification code is sent to a user's Gmail
querySelector
forinput
elem with telltaleid
/class
/data-testId
- Inspect the
label
oraria-label
of inputs
- Find the email and extract the code
- Option
🅰️ : using Gmail API (requires Oauth & full account permissions) - Option
🅱️ : using client-side JS in a Chrome extension (open Gmail tab, click on email, ...)
- Option
- Autofill it into the website and submit the form
- Delete or archive the email