mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 02:57:34 +00:00
feat: invert logic (#141)
Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
@@ -2,9 +2,14 @@ import {Store} from './store';
|
||||
|
||||
export const Amazon: Store = {
|
||||
labels: {
|
||||
bannedSeller: ['sports authentics', 'raccoon capitalist', 'gigaparts'],
|
||||
captcha: ['enter the characters you see below'],
|
||||
outOfStock: ['currently unavailable', 'available from these sellers']
|
||||
captcha: {
|
||||
container: 'body',
|
||||
text: ['enter the characters you see below']
|
||||
},
|
||||
inStock: {
|
||||
container: '#desktop_buybox',
|
||||
text: ['add to cart']
|
||||
}
|
||||
},
|
||||
links: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user