Skip to content

Commit

Permalink
Merge pull request #81 from cachho/fix/SugargooIssues
Browse files Browse the repository at this point in the history
fix: sugargoo issues
  • Loading branch information
cachho authored Jul 31, 2023
2 parents 5f454e2 + c3f3053 commit 1a6866c
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 25 deletions.
14 changes: 6 additions & 8 deletions manifest-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,12 @@
},
{
"matches": [
"*://*.wegobuy.com/en/page/buy*",
"*://*.wegobuy.com/cn/page/buy*",
"*://*.superbuy.com/en/page/buy*",
"*://*.superbuy.com/cn/page/buy*",
"*://*.sugargoo.com/index/item/*",
"*://*.cssbuy.com/item*",
"*://*.pandabuy.com/product*",
"*://*.hagobuy.com/item/details*",
"*://*.wegobuy.com/*",
"*://*.superbuy.com/*",
"*://*.sugargoo.com/*",
"*://*.cssbuy.com/*",
"*://*.pandabuy.com/*",
"*://*.hagobuy.com/*",
"*://*.taobao.com/*",
"*://*.weidian.com/*",
"*://*.1688.com/*",
Expand Down
14 changes: 6 additions & 8 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,12 @@
},
{
"matches": [
"*://*.wegobuy.com/en/page/buy*",
"*://*.wegobuy.com/cn/page/buy*",
"*://*.superbuy.com/en/page/buy*",
"*://*.superbuy.com/cn/page/buy*",
"*://*.sugargoo.com/index/item/*",
"*://*.cssbuy.com/item*",
"*://*.pandabuy.com/product*",
"*://*.hagobuy.com/item/details*",
"*://*.wegobuy.com/*",
"*://*.superbuy.com/*",
"*://*.sugargoo.com/*",
"*://*.cssbuy.com/*",
"*://*.pandabuy.com/*",
"*://*.hagobuy.com/*",
"*://*.taobao.com/*",
"*://*.weidian.com/*",
"*://*.1688.com/*",
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"webpack-merge": "^4.2.2"
},
"dependencies": {
"cn-links": "^1.1.0"
"cn-links": "^1.3.0"
}
}
2 changes: 1 addition & 1 deletion src/lib/findLinksOnPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export function findLinksOnPage(settings: Settings) {
'm.superbuy.com',
'pandabuy.com/product',
'pandabuy.page.link',
'sugargoo.com/index/item',
'sugargoo.com/#/home/productDetail',
'cssbuy.com/item',
'hagobuy.com/item',
]);
Expand Down

0 comments on commit 1a6866c

Please sign in to comment.