window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-127223763-2');

Mai Mostafa

Content Marketing Specialist
خريجة كلية الإعلام (قسم صحافة) خبرة 8 سنوات في الصحافة الإلكترونية بمواقع (حقوق دوت كوم، بوابة القاهرة الإخبارية، البداية، دوت مصر) كاتبة محتوى بشركة Istizada المتخصصة في التسويق الإلكتروني
 
Certified
let wrapper = document.getElementById('pro-stickySidebar-container'); if (wrapper) { const observer = new MutationObserver(function (mutations, observer) { wrapper.style.height = '' wrapper.style.minHeight = '' }) observer.observe(wrapper, { attributes: true, attributeFilter: ['style'] }) }