
OTPilot: The 2FA extension I built because I was tired of copy-pasting
If you work in dev or QA, you probably know the pain: you’re in the middle of a flow, you hit a 2FA screen, you grab your phone, open the authenticator app, squint at the 6-digit code that’s about to expire, type it in, and then repeat the whole thing 10 times a day. I got tired of it, so I built OTPilot. What it does OTPilot is a Chrome extension that auto-fills TOTP codes (the kind Google Authenticator generates) directly into the login page, eliminating the need for a phone. You configure which URLs it should watch, and it handles the rest: detects the field, fills the code, submits the form. ...



