Difference between revisions of "Template:Ads post"
m |
m |
||
(66 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | <center> | |
− | |||
− | |||
− | |||
<html> | <html> | ||
<body> | <body> | ||
− | <script | + | <script> |
− | <ins class="adsbygoogle" | + | if (window.matchMedia) { |
− | + | if(window.matchMedia('(prefers-color-scheme: dark)').matches){ | |
− | + | var d1 = document.getElementById('postadbanner'); | |
− | + | d1.insertAdjacentHTML('beforeend', '<ins class="adsbygoogle" style="display:block; text-align:center;" data-ad-format="fluid" data-ad-client="ca-pub-9226951475373251" data-ad-slot="7972256841"></ins>'); | |
− | + | } else { | |
− | + | var d1 = document.getElementById('postadbanner'); | |
+ | d1.insertAdjacentHTML('beforeend', '<ins class="adsbygoogle" style="display:block; text-align:center;" data-ad-format="fluid" data-ad-client="ca-pub-9226951475373251" data-ad-slot="6447563123"></ins>'); | ||
+ | } | ||
+ | } else { | ||
+ | var d1 = document.getElementById('postadbanner'); | ||
+ | d1.insertAdjacentHTML('beforeend', '<ins class="adsbygoogle" style="display:block; text-align:center;" data-ad-format="fluid" data-ad-client="ca-pub-9226951475373251" data-ad-slot="6447563123"></ins>'); | ||
+ | } | ||
+ | </script> | ||
+ | <div class="postadbanner" id="postadbanner" style="width: 90%;"> | ||
<script> | <script> | ||
(adsbygoogle = window.adsbygoogle || []).push({}); | (adsbygoogle = window.adsbygoogle || []).push({}); | ||
</script> | </script> | ||
+ | </div> | ||
</body> | </body> | ||
</html> | </html> | ||
+ | </center> | ||
+ | __notoc__ |
Latest revision as of 16:03, 22 July 2021