try{for(const iframe of document.querySelectorAll("iframe[data-src]")){iframe.removeAttribute("sandbox");iframe.setAttribute("src",iframe.getAttribute("data-src"));}}catch(e){}
Hoàng Khánh - Đăng Nguyên - Quang Tuệ
try{for(const iframe of document.querySelectorAll("iframe[data-src]")){iframe.removeAttribute("sandbox");iframe.setAttribute("src",iframe.getAttribute("data-src"));}}catch(e){}
Hoàng Khánh - Đăng Nguyên - Quang Tuệ