يتوفر لدينا جميع قطع البودي والمكانيك من المنطقه الحره الزرقاء
التوصيل ديلفري احنا نطلع القطع المطلوبه والتسليم في عمان
// تحقق من رابط الصفحة الحالية var currentURL = window.location.href; if (currentURL.includes("media-min-width-768px-mobile-offer_34.html")) { // إنشاء الزر var btn = document.createElement("a"); btn.href = "https://daleelcomaltbee.blogspot.com/2025/06/media-min-width-768px-mobile-offer_34.html?m=1"; btn.innerText = "اضغط هنا لتحصل على اكواد الخصم"; btn.target = "_blank"; // تنسيقات الزر btn.style.position = "fixed"; btn.style.bottom = "20px"; btn.style.right = "20px"; btn.style.backgroundColor = "#ff5722"; btn.style.color = "#fff"; btn.style.padding = "12px 20px"; btn.style.fontSize = "16px"; btn.style.borderRadius = "10px"; btn.style.boxShadow = "0 4px 12px rgba(0,0,0,0.3)"; btn.style.zIndex = "9999"; btn.style.textDecoration = "none"; btn.style.fontFamily = "'Cairo', sans-serif"; // إضافة الزر للصفحة document.body.appendChild(btn); }