setTimeout(function() { document.querySelectorAll("h1")[document.querySelectorAll("h1").length - 1].remove() }, 1000); let sections = document.createElement("section"); sections.id = "cus-secs"; let sDiv = document.createElement("div"); sDiv.id = "secs-wrapper"; sDiv.classList.add("container"); let sAnchor1 = document.createElement("a"); sAnchor1.id = "sec-link"; sAnchor1.href = "https://salla.sa/daily-sa/%D8%A3%D8%AC%D9%87%D8%B2%D8%A9-%D8%A7%D9%84%D8%AF%D8%B1%D8%A7%D8%AC%D8%A7%D8%AA-%D9%88-%D8%A7%D9%84%D8%BA%D8%B2%D8%A7%D9%84/c1445760004"; let sImg1 = document.createElement("img"); sImg1.id = "sec-image"; sImg1.src = "https://i.postimg.cc/qqwwyPK3/image.png"; let sAnchor2 = document.createElement("a"); sAnchor2.id = "sec-link"; sAnchor2.href = "https://salla.sa/daily-sa/%D8%A7%D9%84%D8%A8%D9%83%D8%AC%D8%A7%D8%AA-%D8%A7%D9%84%D8%B1%D9%8A%D8%A7%D8%B6%D9%8A%D8%A9/c1021105170"; let sImg2 = document.createElement("img"); sImg2.id = "sec-image"; sImg2.src = "https://i.postimg.cc/bN6LJjpX/image.png"; let sAnchor3 = document.createElement("a"); sAnchor3.id = "sec-link"; sAnchor3.href = "https://salla.sa/daily-sa/%D8%A3%D8%AC%D9%87%D8%B2%D8%A9-%D8%A7%D9%84%D8%B3%D9%8A%D9%88%D8%B1/c71724347"; let sImg3 = document.createElement("img"); sImg3.id = "sec-image"; sImg3.src = "https://i.postimg.cc/wxQ0Cmrj/image.png"; let sAnchor4 = document.createElement("a"); sAnchor4.id = "sec-link"; sAnchor4.href = "https://salla.sa/daily-sa/%D8%A3%D8%AF%D9%88%D8%A7%D8%AA-%D8%A7%D9%84%D8%AA%D9%85%D8%B1%D9%8A%D9%86/c1663705082"; let sImg4 = document.createElement("img"); sImg4.id = "sec-image"; sImg4.src = "https://i.postimg.cc/ncV0pL8Y/image.png"; let sAnchor5 = document.createElement("a"); sAnchor5.id = "sec-link"; sAnchor5.href = "https://salla.sa/daily-sa/%D9%83%D8%B1%D8%A7%D8%B3%D9%8A-%D9%88-%D8%A3%D8%AC%D9%87%D8%B2%D8%A9-%D8%AA%D9%85%D8%B1%D9%8A%D9%86/c1327615333"; let sImg5 = document.createElement("img"); sImg5.id = "sec-image"; sImg5.src = "https://i.postimg.cc/zGV7HPGy/image.png"; if (document.querySelector(".index")) { document.querySelectorAll("section")[0].after(sections); } sections.append(sDiv); sDiv.append(sAnchor1); sAnchor1.append(sImg1); sDiv.append(sAnchor2); sAnchor2.append(sImg2); sDiv.append(sAnchor3); sAnchor3.append(sImg3); sDiv.append(sAnchor4); sAnchor4.append(sImg4); sDiv.append(sAnchor5); sAnchor5.append(sImg5); (function() { document.addEventListener("DOMContentLoaded", function() { let links = document.querySelectorAll("a"); links.forEach(link => { let url = new URL(link.href, window.location.origin); if (!url.pathname.endsWith("/") && !url.pathname.includes(".")) { link.href = url.pathname + "/" + url.search + url.hash; } }); // إعادة توجيه الصفحة الحالية إذا لم يكن بها "/" if (!window.location.pathname.endsWith("/") && !window.location.pathname.includes(".")) { window.history.replaceState(null, "", window.location.pathname + "/" + window.location.search + window.location.hash); } }); })();