PDA

View Full Version : Remove forced banner/ads from free webhost


George
04-10-08, 05:22 PM
Now a days you can see many free webhost embed forced ads on your accounts which are displayed on your websites. You can remove them.

method to remove them from famous webhosts are:

For Geocities,angel fire,freeservers,50 megs,fortune city,netscape
place the below code after the end HTML tag:

<noscript></noscript>
Anglefire/FreeServers/50Megs/FortuneCity/Netscape/tripod
Place the below code any where on the page:
<script language="javascript">
function open() { }
</script>
the above snippet will give an error and normally no other Java script code would be executed,so no banner would be displayed.however ,it doesn't work in all cases ,so there is yet another Hack for angelfire:
Surround the BODY tag with the below code

<noscript></noscript>

----------------------------------------------------

Here are some more for you guys, good luck and have fun

Banner Kills
Tripod Insert between the <head> tag


<noscript><noscript><noscript><noscript> </noscript></noscript></noscript></noscript>
Angelfire Insert anywhere in the <head> tag (for pop-up option)
<script language="JavaScript">
<!--
function open () {return true;}
//-->
</script>



BizLand Insert anywhere in the <head> tag

<noscript>
<!--UsePopUpAdBanner-->
DigiWeb Insert anywhere
<script language="javascript">
var winname1="adw";
var winname2="indow";
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>



DomainDLX Insert after the </html> tag
<noscript>

EasySpace Insert after the </html> tag
<noscript>

Geocities Add this after the </html>
<noscript>

<!-- <BODY> -->
</noscript>

Namezero Insert in the <head> tag

<script language="Javascript">
<!---
if (parent.frames.length)
parent.location.href= self.location;
// --->
</script>

Virtual Ave Insert after the </html> tag

<script language="JavaScript">
<!-- -->
</noscript>
</script>


50Megs.com Insert below <head> an below <title>

<noscript>
<!-- <BODY> -->
</noscript>


hope these are useful

shalin_hitter
04-10-08, 05:31 PM
Thanks buddy.But an easier thing is ADblock plus for FIREFOX

George
04-10-08, 05:34 PM
adblock will block ads for you only. This will make your free website ad free.

it will make your site look good.

$Hero$
07-10-08, 08:54 PM
Can you post a script like this for byethost?