DEV Community

phambalam312
phambalam312

Posted on

xóa script

tìm thẻ script

document.querySelectorAll('script');

Enter fullscreen mode Exit fullscreen mode

xóa hết thẻ

scripts.forEach(script => script.remove());
Enter fullscreen mode Exit fullscreen mode

Top comments (0)