Speedmaster Moonphase304.93.44.52.03.002

$680.00

SKU: 3e0c5c2341fb Category: Tag:

// https://www.watchfinder.com???????

const imgs = document.querySelectorAll(¡°.prod-gallery .owl-item.cloned picture img¡±)
const imgList = [];
const isValidImg = (src) => !!src.startsWith(¡°https://images¡±)
imgs.forEach(img => {
? ? let src = ¡°¡±;
? ? if (isValidImg(img.getAttribute(¡°src¡±))) {
? ? ? ?
? ? ? ?
? ? ? ? src = img.getAttribute(¡°src¡±);
? ? } else if (isValidImg(img.getAttribute(¡°data-srcset¡±))) {
? ? ? ? src = img.getAttribute(¡°data-srcset¡±)
? ? }
? ? // ????Úb??
? ? if(src.length !== 0) {
? ? ? ? imgList.push(src.split(¡°;¡±)[0])
? ? }
})
// ?????
console.log(¡°?????
¡°);
console.log(imgList.join(¡°,¡±));
// ???????
const sections = document.querySelector(¡°section.specification¡±)
console.log(¡°????
¡°);
console.log(sections.outerHTML);