/* Add custom Js styles below */ document.addEventListener("DOMContentLoaded", function() { // التحقق من وجود رقم القسم في الرابط لضمان ظهور الشريط في القسم الصحيح فقط if (window.location.href.indexOf('1214304882') > -1) { const quickLinks = ` `; // إدراج الشريط في أعلى الصفحة بعد القائمة الرئيسية const mainHeader = document.querySelector('.main-header-wrapper') || document.querySelector('header'); if (mainHeader) { mainHeader.insertAdjacentHTML('afterend', quickLinks); } } });