Tengo un index.html con este código:
Código:
Este frame accede a una web externa definida por mi, en la que, cuando está cargada (todo correcto hasta aquí) se ven 2 banners de publicidad de Wix. He localizado el codigo que los muestra, que son, para el menú de arriba a la derecha y el banner de abajo (respectivamente):<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <html><head><title>vitalgamingtm.com</title></head><frameset rows="100%"><frame src="http://phoenixvem0.wix.com/vitalgamingtm"> <noframes><p>Your user agent does not support frames or is currently configured not to display frames. However you may visit <a href="http://phoenixvem0.wix.com/vitalgamingtm">the page that was supposed to be here</a></p></noframes></frameset></html>
Código:
<div style="visibility:visible;" id="WIX_ADSdesktopTopAd" class="wixAdsdesktopTopAd" data-reactid=".0.$WIX_ADS.0"><div id="WIX_ADSdesktopTopAdLabel" class="wixAdsdesktopTopAdLabel" data-reactid=".0.$WIX_ADS.0.0"><span class="wixAds_smallMusa">(Wix-Logo) </span>Crea un sitio <span class="wixAds_smallLogo">Wix!</span></div><div id="WIX_ADSdesktopTopAdContent" class="wixAdsdesktopTopAdContent" data-reactid=".0.$WIX_ADS.0.1">100s de plantillas<br>Sin necesidad de códigos<br><span class="wixAds_emphasis wixAds_spacer">Empieza ahora >> </span></div></div>
Código:
Me gustaría saber si puedo colocar código (un Javascript o algo) en el frame del principio para evitar que se muestren estos 2 banners de publicidad. <div style="visibility:visible;display:block !important;" id="WIX_ADSdesktopBottomAd" class="wixAdsdesktopBottomAd" data-reactid=".0.$WIX_ADS.1"><div class="wixAdsdesktopBottomAdContent" id="WIX_ADSdesktopBottomAdContent" data-reactid=".0.$WIX_ADS.1.0"><div class="adFootBox"><div class="wixAds_siteBanner"><div class="wixAds_siteBanner"><div class="wixAds_wrapper"><div class="wixAds_bigMusa">(Wix Logo)</div><div class="wixAds_txt wixAds_shd" style="color:#fff">Este sitio fue creado con </div> <div class="wixAds_txt wixAds_shd"><a href="http://es.wix.com?utm_campaign=vir_wixad_live" style="color:#fff"> WIX.com. </a></div> <div class="wixAds_txt wixAds_shd" style="color:#fff"> Crea tu página web GRATIS <span class="wixAds_emphasis"> >></span></div></div></div></div></div></div></div>
Muchas gracias por vuestra atención :)