We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccb9479 commit 38745d8Copy full SHA for 38745d8
utils.js
@@ -13,7 +13,7 @@ const getRandomId = () => [...Array(10)].map(i=>(~~(Math.random()*36)).toString(
13
const selectors = {
14
amazon: {
15
title: '#productTitle',
16
- price1: 'span.a-price.a-text-price.a-size-medium.apexPriceToPay > span:nth-child(2)', price2: '#priceblock_ourprice',
+ 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',
17
image1: '#landingImage'
18
},
19
flipkart: {
0 commit comments