CyberNAME

Summary:
URL- http://www.cybername.net
Description- CyberNAME are a real greedy mob of SOBs. They want you to place a big fat pop-up on your site, *and* they also want a button on your web site for their service. Kill the pop-up with this script!   

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="_cnn";
var winname2="ew";
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.