Skip to content

Commit

Permalink
Fixed #488 - Added GroupMe Login Support
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxcrawford committed Sep 25, 2019
1 parent c0d2346 commit 4e7e078
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/content_script.js
Expand Up @@ -33,6 +33,7 @@ const LOGIN_PATTERN_DETECTION_SELECTORS = [
".social-login .button--facebook", // noovie.com
"#home_account_fb.unlogged-btn-facebook", // Deezer
"[class*='_1HC-DxGDAHiEbG3x6-vzL9']", // Match UK Login
".social-login > button.btn-facebook", // GroupMe
"[class*='meetup-signupModal-facebook']", // Meetup Signup Homepage
"#register-form--creds .button--facebook", // Meetup Signup Static Page
"#modal--register .button--facebook", // Meetup Signup Non-homepage
Expand Down

0 comments on commit 4e7e078

Please sign in to comment.