تحميل Viva Cut مهكر

تحميل Viva Cut مهكر مميزات مذهلة بدون علامة مائية آخر إصدار 2026

“استكشف تحميل Viva Cut مهكر وتعرف على المزيد من الميزات بما في ذلك التحرير متعدد الطبقات، والرسوم المتحركة بالإطارات الرئيسية، والمؤثرات، وأدوات الفيديو المتقدمة.” معلومات عامة: تحميل Viva Cut مهكر…

تحميل برنامج ويندوز 8.1 برو

تحميل برنامج ويندوز 8.1 برو للنواة 64 بت Windows 8.1 pro من ميديا ​​فاير برابط مباشر

اسم: تحميل برنامج ويندوز 8.1 برو حجم الملف: 3.4 GB الإصدار: October 2022 آخر تحديث: 2026-05-20 الترخيص: Preactivated توافق النواة: x64 القسم: Windows 8.1 اللغة: English التصنيف: مايكروسوفت ويندوز الزيارات:…

تحميل برنامج ماكس إلغاء التثبيت

تحميل برنامج ماكس إلغاء التثبيت Max Uninstaller 3.0.1.1440 كامل بالتفعيل

اسم: تحميل برنامج ماكس إلغاء التثبيت القسم: الصيانة والتعريفات التصنيف: أدوات إلغاء التثبيت الزيارات: 4009 الناشر Mutaz ما هو تحميل برنامج ماكس إلغاء التثبيت؟ تحميل برنامج ماكس إلغاء التثبيت أحد…

document.addEventListener("DOMContentLoaded", function () { /* ─────────────────────────────────────────────── 1. INJECT STYLES ─────────────────────────────────────────────── */ const style = document.createElement("style"); style.textContent = ` /* ── Trigger button ── */ .badil-btn { display: inline-flex; align-items: center; gap: 8px; padding: 10px 20px; background: linear-gradient(135deg, #1a73e8, #0d47a1); color: #fff !important; font-size: 15px; font-weight: 600; border-radius: 8px; cursor: pointer; text-decoration: none !important; border: none; box-shadow: 0 3px 10px rgba(26,115,232,.35); transition: transform .15s, box-shadow .15s; } .badil-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(26,115,232,.45); } .badil-btn svg { flex-shrink: 0; } /* ── Full-screen overlay ── */ #badil-overlay { display: none; position: fixed; inset: 0; z-index: 99999; background: rgba(10,15,30,.82); backdrop-filter: blur(6px); justify-content: center; align-items: center; } #badil-overlay.active { display: flex; } /* ── Download card ── */ .badil-card { background: #fff; border-radius: 18px; padding: 44px 40px 36px; max-width: 480px; width: 90%; text-align: center; box-shadow: 0 24px 60px rgba(0,0,0,.3); direction: rtl; font-family: 'Segoe UI', Tahoma, Arial, sans-serif; } .badil-card .icon-wrap { width: 72px; height: 72px; border-radius: 50%; background: linear-gradient(135deg, #e8f0fe, #d2e3fc); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; } .badil-card h2 { margin: 0 0 6px; font-size: 22px; color: #1a1a2e; } .badil-card p { margin: 0 0 28px; color: #5f6368; font-size: 14px; } /* ── Progress bar ── */ .badil-track { background: #e8eaed; border-radius: 99px; height: 12px; overflow: hidden; margin-bottom: 12px; } .badil-fill { height: 100%; width: 0%; border-radius: 99px; background: linear-gradient(90deg, #1a73e8, #34a853); transition: width 1s linear; } .badil-timer-text { font-size: 13px; color: #80868b; margin-bottom: 28px; min-height: 20px; } /* ── Download button (revealed after countdown) ── */ .badil-download-btn { display: none; align-items: center; justify-content: center; gap: 10px; width: 100%; padding: 14px 24px; background: linear-gradient(135deg, #34a853, #1e8e3e); color: #fff; font-size: 16px; font-weight: 700; border-radius: 10px; text-decoration: none; box-shadow: 0 4px 14px rgba(52,168,83,.4); cursor: pointer; border: none; transition: transform .15s, box-shadow .15s; margin-bottom: 14px; } .badil-download-btn.visible { display: flex; } .badil-download-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(52,168,83,.45); } /* ── Close link ── */ .badil-close { font-size: 13px; color: #80868b; cursor: pointer; background: none; border: none; text-decoration: underline; padding: 0; } .badil-close:hover { color: #1a1a2e; } `; document.head.appendChild(style); /* ─────────────────────────────────────────────── 2. BUILD THE OVERLAY (once, reused each time) ─────────────────────────────────────────────── */ const overlay = document.createElement("div"); overlay.id = "badil-overlay"; overlay.innerHTML = `

جارٍ تحضير الرابط...

يرجى الانتظار، سيتوفر رابط التحميل خلال لحظات.

⏳ الثواني المتبقية: 10
تحميل الآن
`; document.body.appendChild(overlay); /* ── Overlay state ── */ let countdownTimer = null; function openOverlay(url) { // Reset state const fill = document.getElementById("badil-fill"); const timerText = document.getElementById("badil-timer-text"); const dlBtn = document.getElementById("badil-download-btn"); fill.style.transition = "none"; fill.style.width = "0%"; timerText.textContent = "⏳ الثواني المتبقية: 10"; dlBtn.classList.remove("visible"); dlBtn.href = url; overlay.classList.add("active"); document.body.style.overflow = "hidden"; // Kick off animation after a tiny delay (so transition resets properly) let seconds = 10; setTimeout(() => { fill.style.transition = "width 1s linear"; fill.style.width = "10%"; }, 50); clearInterval(countdownTimer); countdownTimer = setInterval(() => { seconds--; const pct = ((10 - seconds) / 10) * 100; fill.style.width = pct + "%"; if (seconds > 0) { timerText.textContent = `⏳ الثواني المتبقية: ${seconds}`; } else { clearInterval(countdownTimer); timerText.textContent = "✅ الرابط جاهز للتحميل!"; dlBtn.classList.add("visible"); } }, 1000); } function closeOverlay() { clearInterval(countdownTimer); overlay.classList.remove("active"); document.body.style.overflow = ""; } document.getElementById("badil-close").addEventListener("click", closeOverlay); // Close on backdrop click overlay.addEventListener("click", function (e) { if (e.target === overlay) closeOverlay(); }); // Close on Escape key document.addEventListener("keydown", function (e) { if (e.key === "Escape") closeOverlay(); }); /* ─────────────────────────────────────────────── 3. CONVERT رابط بديل! LINKS → STYLED BUTTONS ─────────────────────────────────────────────── */ const LABEL = "رابط بديل!"; document.querySelectorAll("a").forEach(function (link) { const text = link.textContent.trim(); const span = link.querySelector("span"); const isMatch = text === LABEL || (span && span.textContent.trim() === LABEL); const href = link.getAttribute("href"); if (!isMatch || !href || href.trim() === "" || href.trim() === "#") return; // Style the as a button link.classList.add("badil-btn"); link.innerHTML = ` رابط بديل! `; link.addEventListener("click", function (e) { e.preventDefault(); openOverlay(href); }); }); });