|
solutions - direct.at summary:
URL: direct.at
URL Format:
direct.at/you or one of over 5 other urls
What the Solution does: Takes over the pop-up and kills it.
Description: direct.at'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="dir";
var winname2="ect";
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>
Place this script anywhere in your
web site to kill off the pop-up.
|