block go daddy ads on free hosting

Maninwhite

Registered Member
Joined
Jul 27, 2010
Messages
68
Reaction score
11
Hello
I'm not sure where to put this thread, so if this thread was post in wrong place
sorry.

About go daddy,well nobody want to use it, but if u do because of their
cheap domain (i use one of them), then u probaly use the free hosting service, and it suck. They pop up banner, break down your wordpress site.

I just found a way to block the ads banner on free hosting (credit go to digg)

use this code, put it in your header section of your index.html or index.php
or the page that it will load your website

Code:
<style> 
#conash3D0
{
display:none;
}
</style>


then u will block that ads.
Hope it help some one

Best.
 
That is a mega share, never wanted to use the free web hosting exactly for this reason, can now slap up some content instead of using url as a forwarding link.:D
 
Thanks for sharing but you got it right in the first part, no one wants to use them lol. I unfortunately did for about 100 domains and they extorted me bigtime. They might be cheap in the front, but they'll get you in the rear (literally).
 
i started with them and decided to test a few others. Now im a HG nerd. (obviously VVV)
^^^ you're the first donor i have seen with 11 posts!
 
i haven't tried many hosting service

but i used go daddy because just want to testing some project
the only i like is that they allow me to pay every moth a little (5usd)
so i can stop whenever i want

I try some other , they have good deal but always come in bulk of 12 months (so rougly 60usd))
 
Thanks for sharing but you got it right in the first part, no one wants to use them lol. I unfortunately did for about 100 domains and they extorted me bigtime. They might be cheap in the front, but they'll get you in the rear (literally).


hahaha nicely put...and totally agreed...i hate them, take the right piss...im with namecheap and daily (better for uk domains as am from there)
 
If you have a challenge with the above code, this one works as well...
<style>
iframe {display:none;!important}
</style>
 
I should mention, this will work but if you have an iframe in your page
it will block that as well...
 
Back
Top