Skip to content

Commit

Permalink
fix(newegg): maxPrice selector using used price
Browse files Browse the repository at this point in the history
Fixes #1052

Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
  • Loading branch information
jef committed Dec 2, 2020
1 parent 0e8774b commit feddac7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/store/model/newegg.ts
Expand Up @@ -12,8 +12,8 @@ export const Newegg: Store = {
text: ['add to cart']
},
maxPrice: {
container: 'div#app div.product-price > ul > li.price-current > strong',
euroFormat: false
container:
'#app > div.page-content > div.page-section > div > div > div.row-side > div.product-buy-box > div:nth-child(3) > div.product-price > ul > li.price-current'
}
},
links: [
Expand Down

0 comments on commit feddac7

Please sign in to comment.