document.addEventListener('DOMContentLoaded', function() { // Check if the current URL matches the target URL if (window.location.href === 'https://dentalhome-clinic.com/ar/%D8%AA%D9%88%D8%A7%D8%B5%D9%84-%D9%85%D8%B9%D9%86%D8%A7/page-1150650259') { // Create the new section element var newSection = document.createElement('section'); newSection.classList.add('s-block', 's-block--search-appointments', 's-block--full-bg'); newSection.id = 'search-appointments-0'; newSection.innerHTML = `

دنتال هوم لطب وزراعة الأسنان

ارسل بياناتك وخلِ الباقي علينا

اكتشف المزيد

ابحث عن موعد

`; // Find the target element to insert after var targetElement = document.querySelector('nav.breadcrumbs'); // Get the parent node of the target element var parentElement = targetElement.parentNode; // Insert the new section after the target element parentElement.insertBefore(newSection, targetElement.nextSibling); } });