mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 08:47:43 +00:00
feat: max price filtering (#383)
This commit is contained in:
@@ -9,6 +9,10 @@ export const AmazonDe: Store = {
|
||||
inStock: {
|
||||
container: '#desktop_buybox',
|
||||
text: ['in den einkaufswagen']
|
||||
},
|
||||
maxPrice: {
|
||||
container: 'span[class*="PriceString"]',
|
||||
euroFormat: true
|
||||
}
|
||||
},
|
||||
links: [
|
||||
|
||||
Reference in New Issue
Block a user