/* Add custom JS code below */ /* Add custom Js styles below */ document.addEventListener("DOMContentLoaded", function() { // بنجيب العنصر اللي بعده هنضيف الزر const target = document.body; if (target) { const whatsappButton = ` `; // نضيف الزر بعد العنصر target.insertAdjacentHTML("afterend", whatsappButton); } });