tìm thẻ script
document.querySelectorAll('script');
xóa hết thẻ
scripts.forEach(script => script.remove());
tìm thẻ script
document.querySelectorAll('script');
xóa hết thẻ
scripts.forEach(script => script.remove());
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)