diff --git a/src/store/model/amazon-it.ts b/src/store/model/amazon-it.ts index 6f0506b..b7528cf 100644 --- a/src/store/model/amazon-it.ts +++ b/src/store/model/amazon-it.ts @@ -5,7 +5,9 @@ export const AmazonIt: Store = { labels: { captcha: { container: 'body', - text: ['enter the characters you see below'] + text: [ + 'Inserisci i caratteri visualizzati nello spazio sottostante' + ] }, inStock: { container: '#desktop_buybox', diff --git a/src/store/model/eprice.ts b/src/store/model/eprice.ts index 2e72c1f..a902237 100644 --- a/src/store/model/eprice.ts +++ b/src/store/model/eprice.ts @@ -9,6 +9,10 @@ export const Eprice: Store = { maxPrice: { container: '#PrezzoClasic span[class*="big"]', euroFormat: true + }, + outOfStock: { + container: '.dispo', + text: ['ESAURITO O FUORI PROD.'] } }, links: [ diff --git a/src/store/model/unieuro.ts b/src/store/model/unieuro.ts index 7e4ca3a..f1f7d86 100644 --- a/src/store/model/unieuro.ts +++ b/src/store/model/unieuro.ts @@ -2,6 +2,10 @@ import {Store} from './store'; export const Unieuro: Store = { labels: { + captcha: { + container: 'body', + text: ['Too Many Requests.'] + }, inStock: { container: '.price-container', text: ['Aggiungi al carrello']