Heres a little trick that I just picked up on.
Whilst it may be a little bit of a nasty thing, and you WILL get your adsense account banned for doing it, here it is in all its glory.
The way to remove the ‘Ads by Google’ line in adsense ads.


<script type="text/javascript"><!--
google_ad_client = "your publisher id here";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90";
google_ad_channel ="";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";
//--></script>
<script type="text/javascript"
xsrc="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

Notice the ‘google_ad_format’?
It doesnt have the ‘_as’ at the end of it.
Too easy.

Leave a Reply

You must be logged in to post a comment.