popBusters 

Software Contents
home
eliminate
abusers
club
history
software
other haters
contact us

solutions - digiweb

summary:
URL: freecenter.digiweb.com
Space: 10 Mb
What the Solution does: Takes over the pop-up and kills it.
Description: DigiWeb's pop-ups were designed to be hard to crack.
Thanks to Bill Webb's Counterexploitation & the FWP

solution:
Just insert this snippet of HTML code anywhere into your site and enjoy a web site without ads. Finally!

Key To Colour Coding System Can Be Found Here 

<script language="javascript">
var winname1="adw";
var winname2="indow";
var windowname=winname1+winname2;
popBusters = window.open("http://popbusters.cjb.net/sponsor/", windowname, "toolbar=no, location=no, directories=no, menubar=no, scrollbar=no, resizable=no, status=no, width=1, height=1")
popBusters.close()
</script>