Şunu deneyebilirsin hocam.

<script>
google_ad_client = "ca-publisher-id";
if (window.innerWidth >= 800) {
google_ad_slot = "ad-unit-1";
google_ad_width = 728;
google_ad_height = 60;
} else if (window.innerWidth < 400) {
google_ad_slot = "ad-unit-2";
google_ad_width = 300;
google_ad_height = 250;
} else {
google_ad_slot = "ad-unit-3";
google_ad_width = 468;
google_ad_height = 60;
}
</script>
<script> src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

800den büyükse ayrı reklam kodu 400den kücükse ayrı arasında ise ayrı... böylece reklamları engellemek yerine uygun olanı ekleyebilirsin. ( Gerekli yerleri kendine göre düzenleyebilirsin. Px boyutu gibi)