As far as I can see, the method display:nonefor not displaying an AdSense ad works with (asynchronous) link links, and I think it works for all AdSense asynchronous units . (For each AdSense snippet from adsbygoogle.jsin script src.)
: AdSense "", " (, display: none), .
, @media (, AdSense), :
style insstyle ( " " )display:none ins (.adlinkunit1 )
, ( " (, min-width: 800)":
<style type="text/css">
.adlinkunit1 { display:inline-block;width:728px;height:15px }
@media ( max-width: 800px) { .adlinkunit1 { display: none; } }
</style>
<ins class="adsbygoogle adlinkunit1"
data-ad-client="ca-pub-..."
data-ad-slot="..."></ins>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>(adsbygoogle = window.adsbygoogle || []).push({});</script>
( , max-width display:none.)
, AdSense, , "" , , - , Google - ( - ) () display:none .