Skip to content

Commit

Permalink
Added Patreon and Mixcloud selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
kauhat authored and maxxcrawford committed Oct 25, 2019
1 parent fae4562 commit 26793ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/content_script.js
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ const LOGIN_PATTERN_DETECTION_SELECTORS = [
"[aria-label*='Log in with Facebook']", // Tinder
"[action*='facebook_login']", // Airbnb
"[action*='facebook_signup']", // Airbnb
"button[color='facebookBlue']", // Patreon
"[class*='btn-facebook']", // Mixcloud
"[class*='fb-login']" // Default FB class name "fbc-login-button"

];
Expand Down

0 comments on commit 26793ed

Please sign in to comment.