vantezzen / dontbugme

🐛 DontBugMe allows you to easily use credentials from BugMeNot.com on any page.
https://vantezzen.io/get/dontbugme
MIT License
57 stars 5 forks source link

Adding support for BugMeNot's "Other" field #4

Closed dizzy-egg closed 4 years ago

dizzy-egg commented 4 years ago

BugMeNot often provides a third credential field, "Other", which usually contains email addresses used to sign up to the websites.

These changes allow the "Other" field to be pulled through to the extension.

Example website to test with: https://greasyfork.org/en/users/sign_in

Note: some BugMeNot submitters might include email addresses in the first ("Username") field and usernames in the "Other" field, so this won't work perfectly every time.

It would be useful to include some logic which tries to determine if the data in a field looks like an email address and if so it tries to insert it into the relevant "email" fields.

vantezzen commented 4 years ago

Look great, thank you for your contribution!

dizzy-egg commented 4 years ago

Thank you for creating the extension!

My edit does need some improvements though. I'll try to add some kind of logic which handles usernames vs. emails, as I said. I'll let you know when I do.