popBusters 

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

solutions - homepad

summary:
URL: www.homepad.com
URL Format: you.hompad.com or one of lots others
What the Solution does: Takes over the pop-up and kills it.
Description: I'd like to thank Jarryd for sending this tip into Kendall Dawson's popups must die

solution:
Throw this into your web site, and then the annoying ad that these money-hungry A$$HOLES put on your site will go away.

<script language="javascript">
var winname1="Hom";
var winname2="ePad";
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>