Skip to content

Commit

Permalink
Add .store domain to regex
Browse files Browse the repository at this point in the history
  • Loading branch information
WebSnke committed Jul 21, 2023
1 parent c455bc3 commit 513a3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let audioSource = {

const regex = {
settings: /(duolingo|github|soundcloud|reddit|spotify|tutanota)\.\w{2,3}.*\/(settings|preferences)|(mozilla)\.\w{2,3}.*\/(edit)|about:(?!newtab|home)/,
shopping: /(?<!\.)((store|www)\.)?(adidas|alibaba|amazon|asos|bestbuy|costco|duolingo|ebay|etsy|flipkart|idealo|myntra|newegg|nike|overstock|puma|rakuten|sephora|shopify|target|thegithubshop|ulta|walmart|zalando|zappos|zara)\./
shopping: /(?<!\.)((store|www)\.)?(adidas|alibaba|amazon|asos|bestbuy|costco|duolingo|ebay|etsy|flipkart|idealo|myntra|newegg|nike|overstock|puma|rakuten|sephora|shopify|target|thegithubshop|ulta|walmart|zalando|zappos|zara)\.|(.store$)/
};

setInterval(() => {
Expand Down

0 comments on commit 513a3d4

Please sign in to comment.