-
Notifications
You must be signed in to change notification settings - Fork 0
/
shopData.js
46 lines (45 loc) · 1.35 KB
/
shopData.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
const shopData = [
{
name: "Elkjøp",
url: "https://www.elkjop.no/product/gaming/spillkonsoll/playstation-konsoller/220276/playstation-5-ps5",
value: "Ikke tilgjengelig",
selector: ".product-price-button .button",
browser: false,
},
{
name: "Power",
url: "https://www.power.no/gaming/playstation/playstation-konsoll/playstation-5/p-1077687/",
value: "Ikke på lager",
selector: ".buy-area__webshop button",
browser: true,
},
{
name: "Obs",
url: "https://www.obs.no/elektronikk-og-underholdning/underholdning/konsoll/2085071?v=Obs-711719396208",
value: "Overvåk",
selector: "main section+section+div button",
browser: false,
},
{
name: "Komplett",
url: "https://www.komplett.no/product/1111557/gaming/playstation/playstation-5",
value: "Motta Varsel",
selector: ".actionButton-completeGrid button",
browser: false,
},
{
name: "NetOnNet",
url: "https://www.netonnet.no/art/gaming/spillogkonsoll/playstation/playstation-konsoll/sony-playstation-5/1012886.15693/",
value: "Ikke på lager",
selector: "button.InternetShopProduct",
browser: true,
},
{
name: "Max Gaming",
url: "https://www.maxgaming.no/no/playstation-5/playstation-5",
value: "Overvåk dette produktet",
selector: "#SubmitFalt",
browser: false,
},
];
module.exports = shopData;