Phiên bản đầy đủ: jsB@nk » Thủ thuật » Bỏ các quảng cáo popup
URL: https://www.javascriptbank.com/banner-ad-remover.html
Đoạn mã dùng trong việc gỡ bỏ các quảng cáo popup của các máy chủ. Để thực hiện hiệu ứng, bạn phải online để xem mã nguồn của trang web rồi thay 'test' trong mã nguồn của hiệu ứng bằng tên của các popup thường xuất hiện.
Phiên bản đầy đủ: jsB@nk » Thủ thuật » Bỏ các quảng cáo popup
URL: https://www.javascriptbank.com/banner-ad-remover.html
<script language=JavaScript>/*Just replace "test" to what ever the window name is(check your page source after it is loaded) and set the timeout to what ever seconds you want*/time=setTimeout("test.close()",10);</script><!-- This script downloaded from www.JavaScriptBank.com Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->