|
solutions - webalias summary:
URL: www.WebAlias.com
URL Format:
browser.to/you, thrill.to/you, webalias.com/you
What the Solution does: Takes over the pop-up and kills it.
Description: WebAlias's pop-ups have been thought to be 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. 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="WAP";
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>
|