Full version: jsB@nk » Snippet » Banner Ad Remover
URL: https://www.javascriptbank.com/banner-ad-remover.html
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.
Full version: jsB@nk » Snippet » Banner Ad Remover
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-->