11-30-2001, 04:23 AM
|
#6 (permalink)
|
|
|
الجديدهTripod هذا الكود لمنع ظهور البنر في مواقع
<!-- This script has been in the http://www.ArabsHacker.com-->
<!-- Note that though this material may have been in a public depository, certain author copyright restrictions may apply. -->
<html>
<head>
<title>Tripod Banner Killer</title>
</head>
<body>
<FONT FACE="Verdana,Arial">
Add the following code to all of your web pages on Tripod.com to close those annoying banners that pop up.<P>
<FONT COLOR="red">
<SCRIPT LANGUAGE="JavaScript"><BR>
var temppopup = window.open( "", "tempWin", 'toolbar=0,location=0,directories=0,status=0,menub ar=0,scrollbars=0,resizable=0,width=1,height=1');< BR>
window.open = temppopup.open;<BR>
temppopup.close();<BR>
var popup = window.open("", "TripodPopup",'toolbar=0,location=0,directories=0, status=0,menubar=0,scrollbars=0,resizable=0,width= 1,height=1');<BR>
popup.close();<BR>
</SCRIPT>
<P>
</FONT>
</FONT>
</body>
</html>
<!-- Simba says Roar. -->
|
|
|
|