I accidentally found a method removing the “Ads by Google” logo in AdSense logo myself just a few minutes ago.
I know out there, many bloggers want to remove that tag. Without the tag the ads will absolutely blended with the contents, making its looks like the site’s contents. The ads that’s blended nicely will increase the ads CTR.
Below how are they looks, the ads I saw appeared on my site just now…

How are they done?
I found this method after copy-paste AdSense javascript codes into WordPress posting page. The editor accidentally ate all scripts inside comment codes, <!– –> thus making the ads appearing without “Ads By Google” tag.
After a few crash test, I found the code that making the “Ads By Google” appear, it was the lines below
google_ad_format = “250×250_as”;
By removing “google_ad_format” lines the “Ads By Google” will be disappeared.
Disclaimer: This method requires you to alter the AdSense codes, which breaks the AdSense policies. “Any AdSense code must be pasted directly into webpages without modification. AdSense participants are not allowed to alter any portion of the code or change the behavior, targeting, or delivery of ads…”
Implement them at your own risks! This article was written for informational purpose only. You have no rights to blame me if get caught and got banned for your life from AdSense program.















what a hole! nice finding dude…
but i reckon to stay away from this, its clearly stated in adsense tos its illegal to do those things…
its better be safe than sorry.. lets focus on long term/forever income rather than focus on short term that would bring you nowhere.. :)
say no to this.
once your visitors clicked on this “illegal ads”, then you will know how fast google “auto-crawler” is. after that, just keep smiling because you will get one “special” email from their support team. believe me.
I believe there are many methods for cheating adsense.
But, you’ll get caught immediately although there are no click generated at your ads.
For your 1st screenshot, you’re corect… you can remove "ads by google" instantly with removing that line of code.
For your 2nd screenshot, you can get rid the "ads by google" by reducing the height of your ads by 15px
google_ad_height = 200; –> google_ad_height = 185;
For your 3rd screenshot, you can get those strange ads with providing additional code at your 1st ads :
I believe there are many methods for cheating adsense.
But, you’ll get caught immediately although there are no click generated at your ads.
For your 1st screenshot, you’re corect… you can remove "ads by google" instantly with removing that line of code.
For your 2nd screenshot, you can get rid the "ads by google" by reducing the height of your ads by 15px
google_ad_height = 200; –> google_ad_height = 185;
For your 3rd screenshot, you can get those strange ads with providing additional code at your 1st ads :
<script type="text/javascript"><!–
<script type="text/javascript"><!–
……..
………
……..
However, you should not cheating adsense because when you’re gonna cheating adsense by altering the codes and its behavior, you’ll get banned forever!
Regards
Angie
I think this trick is not working anymore. :(