nareddyt / discover-rewards-notifier

A Chrome Extension that shows a notification when visiting sites that qualify for Discover® Deals or Cashback Rewards.
https://www.tejunareddy.com/discover-rewards-notifier/
GNU General Public License v3.0
6 stars 14 forks source link

Don't show notifications on www.facebook.com #86

Closed nareddyt closed 5 years ago

nareddyt commented 5 years ago

Some sites do not have their own online website, instead they use a Facebook page as their online page. Other times, when (tools/dataProcessor.js)[tools/dataProcessor.js] uses Google Search to find the homepage for a restaurant, Google returns a facebook group as it's homepage.

This is problematic because this causes the extension to show the Discover Deal or Cashback Reward on www.facebook.com.

image

We can fix this by preventing google from returning www.facebook.com, just like we exclude www.wikipedia.com.