Skip to content

Commit

Permalink
Added Vice.com share detection support
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxcrawford committed Jun 27, 2019
1 parent 591ffa0 commit 46de9df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/content_script.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const SHARE_PATTERN_DETECTION_SELECTORS = [
"[aria-label*='share on facebook']", // MSN
"[data-tracking*='facebook|share']", // football.london
"[class*='facebookShare']", // Producthunt share
"[class*='social-tray__link--facebook']", // Vice
".post-action-options + .right > .social-icon.icon-f", // Imgur share
"[title='Share on Facebook']" // Medium
];
Expand Down

0 comments on commit 46de9df

Please sign in to comment.