Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2021
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. let h = location.host.slice(location.host.lastIndexOf('.'), location.host.length); let suffix = h.slice(h.lastIndexOf('.') + 1, h.length); let ids = {at: [1797340,1797339,1821625,1821626,1821627,1823467,1823468,1821624,1823756,1823757,1823758,1823759,1824050,1824051], de:[2661939,2661938,2715827,2715826,2715828]}; async function doWork() { for(let i = 0; i < ids[suffix].length; i++){ await fetch("https://"+location.host+"/api/v1/graphql", { "headers": { "apollographql-client-name": "pwa-client", "apollographql-client-version": "6.119.0", "content-type": "application/json", }, "body": "{\"operationName\":\"AddProduct\",\"variables\":{\"items\":[{\"productId\":\""+ids[suffix][i]+"\",\"outletId\":null,\"quantity\":1,\"serviceId\":null,\"warrantyId\":null}]},\"extensions\":{\"pwa\":{\"salesLine\":\""+(location.host === 'www.saturn.de' ? 'Saturn':'Media')+"\",\"country\":\""+suffix.toUpperCase()+"\",\"language\":\"de\"},\"persistedQuery\":{\"version\":1,\"sha256Hash\":\"404e7401c3363865cc3d92d5c5454ef7d382128c014c75f5fc39ed7ce549e2b9\"}}}", "method": "POST", "mode": "cors", "credentials": "include" }); await new Promise(resolve => setTimeout(resolve, 200)); } console.log("Alles zum Warenkorb hinzugefügt :-)"); location.reload(); } doWork();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement