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

Updated getItemsForUrlOrName in background.js to perform better tab title matching #85

Closed RickyRajinder closed 5 years ago

RickyRajinder commented 5 years ago

Added regex string manipulation to table title, deal name, and cashback name to remove whitespaces and symbols resulting in a greater degree of matching.

nareddyt commented 5 years ago

Thanks for the contribution, I'll review it within the next few days! Let me know if you have any questions in the meantime.

Feel free to ignore the comments from the codacy bot, they are very minor formatting issues.

This PR closes #67 when merged.