Advertisement
3_2004-2005 Internet/ Browsers/ HTML #145464

How to remove Banner Ads, while keeping your background

Removes Banner Ads that appear on top of free webhosted websites.

AI

AI Samenvatting: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Broncode
original-source
I have come up with a way to fool the Script. By creating a diversion, the banner is placed before your REAL body tag.
[head]
[noembed][xmp]
[/head][body bgcolor=black][SCRIPT language=Javascript src="http://mvhosted.com/banners/mvh_header.js"][/SCRIPT]
[/noembed][/xmp][/head]
[body bgcolor=black]
By doing this, the banner is fooled in thinking that there is no [noembed][xmp] since it starts within the heading. Effectively, elimanating the banner. :)
Enjoy
P.S: Due to not being allowed to use the html, i used ['s instead of <'s. Just them to the appropriate form.
Upload
Originele reacties (3)
Hersteld van de Wayback Machine