if (window.location.href.includes("/thuong-hieu")) { let style = document.createElement('style'); style.innerHTML = ` body { margin-bottom: 0px; } `; document.head.appendChild(style); }

Choose the best recommend: