LEER: La mayoria de los scripts q aquí pongo son para eliminar la publicidad de empresas grandes y q ganan mucha pasta.
En empresas pequeñas (o servicios q recien empiezan) lo mejor es no tocar la publicidad, porq luego el sitio quiebra y nos ******* todos.
Y arrancamos...
Acmecity.com
entre las lineas <HEAD> y </HEAD> tags. El código debe estar en una línea. No lo separes con los espacios!
<SCRIPT Language="javascript">
<!--
eval(unescape("%69%66%28%74%6f%70%21%3d%73%
65%6c%66%29%7b%74%6f%70%2e%6c%6f%63%61%
74%69%6f%6e%2e%68%72%65%66%3d%73%65%6c%
66%2e%6c%6f%63%61%74%69%6f%6e%2e%68%72%
65%66%3b%7d%0a"));
//-->
</SCRIPT>
Angelfire.com
entre las lineas <HEAD> y </HEAD> tags.
<SCRIPT LANGUAGE="javascript">
<!--
function ScreenIt(url,name,parm){
if(url.indexOf("/sys/popup_source.shtml?Category=")!=-1) return false;
return window.Xopen(url,name,parm);
}
window.Xopen=window.open;
window.open=ScreenIt;
//-->
</SCRIPT>
Bizland.com
entre <BODY> y </BODY>
<SCRIPT>
window.open=null;
</SCRIPT>
Dominios Es.vg
Entre las etiquetas Head
<script>
Ori=window.open("http://www.nombre de dominio.es.vg/publi.shtm","TS22","toolbar=0,location=0,status=0, menubar=0,scrollbars=0,resizable=1,width=750,height=70")
Ori.close()
</script>
Domaindlx.com
<BODY>
<!-- Your homepage goes here -->
</BODY>
</HTML>
<NOSCRIPT>
Easyspace.com
</HEAD>
<BODY>
<!-- your homepage goes here -->
</BODY>
</HTML>
<NOSCRIPT>
Fortunecity.com
<div style="position:relative;top:-110;z-index:0;background:;">
<HTML>
<-- Your page is somewhere in here (Include BODY tag , etc ,etc . Remove
this line and the one just above!!!-->
</div>
</BODY>
Freedoms.de
antes de la etiqueta <HTML>
<script>
popup = window.open("popupURL","FreedomsPopup")
popup.close();
</script>
FreeServers.com
Sigue las instrucciones incluidas en el código.
<!-- FREESERVERS BANNER HIDER BY SCYZZON PART 1 -->
<!-- PUT THIS IN YOUR <HEAD> -->
<!-- This piece of code may be used freely if comments are included -->
<!-- Created by Scyzzon - scyzzon@NOSPAMflashmail.com -->
<style><!--iframe{display:none;}--></style>
<!-- END OF PART 1 -->
<!-- FREESERVERS BANNER HIDER BY SCYZZON PART 2 -->
<!-- PUT THIS RIGHT AFTER YOUR <BODY> TAG -->
<!-- DON'T FORGET TO CHANGE THE BACKGROUND! -->
<!-- This piece of code may be used freely if comments are included -->
<!-- Created by Scyzzon - scyzzon@NOSPAMflashmail.com -->
<div style="position:relative;top:-50;z-index:0;background:red;">
<!-- END OF PART 2 -->
<!-- FREESERVERS BANNER HIDER BY SCYZZON PART 3 -->
<!-- PUT THIS RIGHT BEFORE YOUR </BODY> TAG -->
<!-- Please include comments -->
<!-- Created by Scyzzon - scyzzon@NOSPAMflashmail.com -->
</div>
<!-- END OF PART 3 -->
Geocities.com
final de tu pagina
<p align="center"><iframe src width="1" height="1"
marginwidth="0" marginheight="0" hspace="0" vspace="0"
frameborder="0" scrolling="no"></p>
Here.is.com
antes de la etiqueta <HTML>
<script>
popup = window.open(", "cooldomain")
popup.close();
</script>
HomePage.com
<html>
<head>
<title>Your Web Site Title Goes Here</title>
<!-- -->
<script language="javascript">
</head>
<body>
</script>
<body bgcolor="teal">
HotBot.com
<html>
<head>
<title>Web Site Title Goes Here</title>
</head>
<!---
<body>
--->
<body>
Intercosmos.com
Fija tu " preferencia del anuncio " a " en un capítulo ". Fíjalo para arriba en el panel de control en el servidor de InterCosmos y pon este código donde quieras en tu código HTML.
<SCRIPT LANGUAGE="javascript">
<!---
if (parent.frames.length)
parent.location.href= self.location;
// --->
</SCRIPT>
Iespana
Dentro del Body:
<script language="javascript">
var popup = window.open("", "pubpopup",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=1,height=1');
popup.close();
</script>
Intrahost.com
antes de la etiqueta <HTML>
<SCRIPT TYPE="text/javascript" LANGUAGE=javascript>
<!--
if (top.frames.length!=0)
top.location=self.document.location;
// -->
</SCRIPT>