popBusters 

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

solutions - gonow.to/adns-url

summary:
URL: gonow.to/adns-url
URL Format: gonow.to/you
What the Solution does: Takes over the pop-up and kills it, breaks free of frame that induces pop-up to appear and re-appear
Description: gonow.to/adns-url's pop-ups were a tough one to crack, but popBusters have done it again. The page isn't even on your server, so all you can do is hijack the window and close it, and because they're really pushy, their ad code will keep trying to act if you try to sabotage it. Unfortunately, this means breaking free of the frame that shows your gonow.to/adns-url address.

solution:
There's two ways to do this:
1) Eliminate the frame on from their web site, therefore showing your real url

Thanks to Jarryd for this solution

Put this in right after your site's address.

"></frameset>



The only problem with this solution is it might have side-effects that you don't like:
One - if you are using Frames of your own, this may not be the solution for you (it could mess up your frames!) 
Two - it disables the URL Masking feature that gonow.to has. So, the redirect works, but people can see your real URL. Here's the code:

2) Take control of the window and close it.
This one is a popBusters original. Just throw this code into your web site and it'll kill off their pop-up window.

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