direct.at

Summary:
URL- http://direct.at
Description- Yet Another of these Greedy SOBs 'helping you out' by getting rid of your long address. They help you out by giving you a shorter address. Let's help them out by killing their pop-up ad for them!  

This tip brought to you by the folks at popBusters - http://popbusters.cjb.net 

Place this snippet of JavaScript somewhere in your web site and it'll kill their ad.

<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>



[ Back to the Main Listing ]





© Copyright 1999 Kendall Dawson.
All rights reserved.