let esm = " عوائد"; let link = "https://awaeed.com/"; document.addEventListener("DOMContentLoaded", function () { document.querySelector(".copyright-text ").innerHTML = ` صنع بإتقان على ${esm} | 2025 `; }); if (window.location.href== "https://nadrin-sa.com/ar/ndn/c1613090964") { const new_div = ` `; // التأكد أن العنصر الهدف موجود قبل الإضافة const mainContent = document.querySelector(".main-content"); if (mainContent) { const temp = document.createElement("div"); temp.innerHTML = new_div.trim(); mainContent.before(temp.firstElementChild); } }