/* Add custom Js code below */
/*
let name = "electronic flow";
let link = "https://electronicsf1ow.com/";
const observer = new MutationObserver(() => {
let el = document.querySelector(".copyright-text p");
if (el) {
el.innerHTML = ` .جميع الحقوق محفوظة لموقع ${name}`;
observer.disconnect(); // Stop observing once updated
}
});
*/
/*
observer.observe(document.body, { childList: true, subtree: true });
/* Add custom Js code below */
/*
const waitForElement = setInterval(() => {
const el = document.querySelector(".product-card");
if (el) {
clearInterval(waitForElement);
// نفذ الكود بعد العثور على العنصر
el.addEventListener("click", () => {
console.log("تم النقر على كارت المنتج");
});
}
}, 500); // يعيد المحاولة كل نصف ثانية
*/
/* Add custom Js code below */
/*
const waitForElement = setInterval(() => {
const el = document.querySelector(".product-card");
if (el) {
clearInterval(waitForElement);
// نفذ الكود بعد العثور على العنصر
el.addEventListener("click", () => {
console.log("تم النقر على كارت المنتج");
});
}
}, 500); // يعيد المحاولة كل نصف ثانية
window.logo = {
"trueImgUpPr": false,
"truelogo": true,
"logoUrl": "https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/pQEdEP/GVkzVhVLfxtRLkaTBTDb8LpJDy5R6NMcqJRnoCJC.png",
"imgUrl": "https://cdn.salla.sa/pQEdEP/vDD2dYQR6m84mKJxryWU2GPgwc7sA1gfdqLWi1Wj.png",
"position": "top:10px; left:10px;"
}
modelCard = 1
*/
document.querySelector(
'.copyright-text p'
).innerHTML = `صنع بأتقان في Electronics Flow`;