Skip to content

Commit 38745d8

Browse files
committed
Update amazon price selector
1 parent ccb9479 commit 38745d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const getRandomId = () => [...Array(10)].map(i=>(~~(Math.random()*36)).toString(
1313
const selectors = {
1414
amazon: {
1515
title: '#productTitle',
16-
price1: 'span.a-price.a-text-price.a-size-medium.apexPriceToPay > span:nth-child(2)', price2: '#priceblock_ourprice',
16+
price1: 'span.a-price.a-text-price.a-size-medium.apexPriceToPay > span:nth-child(2)', price2: 'span.a-price.aok-align-center.priceToPay > span.a-offscreen',
1717
image1: '#landingImage'
1818
},
1919
flipkart: {

0 commit comments

Comments
 (0)