Skip to content

Commit

Permalink
Update CSS Selectors
Browse files Browse the repository at this point in the history
Resolves #15
  • Loading branch information
felladrin committed Feb 28, 2021
1 parent 9e67e08 commit dee6654
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/tab/enums/LinkedInSelector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ export enum LinkedInSelector {
SendNowButton = "div.send-invite > div.artdeco-modal__actionbar > button.artdeco-button--primary:enabled",
CancelButton = "div.send-invite > button.artdeco-modal__dismiss",
NextButton = "button.artdeco-pagination__button--next",
ConnectButtonsFromRecommendedPage = "div.discover-entity-type-card__bottom-container > footer > button:enabled",
ConnectButtonsFromSearchPage = "button.search-result__action-button.search-result__actions--primary:enabled",
ConnectButtonsFromRecommendedPage = "div.discover-entity-type-card__bottom-container button.ember-view:enabled",
ConnectButtonsFromSearchPage = "li.reusable-search__result-container button.ember-view:enabled:not([data-control-id])",
}
2 changes: 1 addition & 1 deletion static/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "LinkedIn AutoConnect",
"description": "Automatically clicks all 'Connect' buttons available on LinkedIn 'Search People' and 'Recommended For You' pages.",
"version": "1.2.7",
"version": "1.2.8",
"browser_action": {
"default_popup": "popup/popup.html"
},
Expand Down

0 comments on commit dee6654

Please sign in to comment.