feat: invert logic (#141)

Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
admon84
2020-09-22 21:33:36 -06:00
committed by GitHub
parent a70e63bb35
commit 6608a79769
16 changed files with 183 additions and 79 deletions
+8 -3
View File
@@ -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: [
{