বামফ্রন্টের ইশ্তেহার প্রকাশ বিমান বসুর। if(NHCommand && NHCommand.getMainVideoId){document.getElementById(NHCommand.getMainVideoId()).style.display="none";} iframe{min-width: 0px !important;box-sizing: border-box;} function pause() { const iframes = document.getElementsByTagName("iframe"); for (let i = iframes.length - 1; i >= 0; i--) { const iframe = iframes[i]; iframe.setAttribute("autoplay", "0"); let src = iframe.getAttribute("src"); if (src && src.includes("autoplay=1")) { src = src.replace("autoplay=1", "autoplay=0"); iframe.setAttribute("src", src); } const parent = iframe.parentNode; const nextSibling = iframe.nextSibling; parent.removeChild(iframe); nextSibling ? parent.insertBefore(iframe, nextSibling) : parent.appendChild(iframe); } const videos = document.getElementsByTagName("video"); for (let video of videos) { video.pause(); } }