Шаблон:Ads recomended — различия между версиями

Материал из Enduro.team
Перейти к: навигация, поиск
м
м
 
(не показано 25 промежуточных версий этого же участника)
Строка 2: Строка 2:
 
<html>
 
<html>
 
<body>
 
<body>
<div class="adsrecomended">
+
<div class="adsrecomended" id="adsrecomended">
 
<script>
 
<script>
setTimeout(function(){
+
if (window.matchMedia) {
var div = document.createElement("ins");
+
  if(window.matchMedia('(prefers-color-scheme: dark)').matches){
div.setAttribute('class', 'recomended');
+
    var d1 = document.getElementById('adsrecomended');
div.setAttribute('data-ad-client', '9226951475373251');
+
    d1.insertAdjacentHTML('beforeend', '<ins class="adsbygoogle" style="display:block" data-ad-format="autorelaxed" data-ad-client="ca-pub-9226951475373251" data-ad-slot="3158273233"></ins>');
div.setAttribute('data-ad-slot', '3159268773');
+
  } else {
div.setAttribute('data-ad-format', 'autorelaxed');
+
    var d1 = document.getElementById('adsrecomended');
$('.search-results-title').append(div);
+
    d1.insertAdjacentHTML('beforeend', '<ins class="adsbygoogle" style="display:block" data-ad-format="autorelaxed" data-ad-client="ca-pub-9226951475373251" data-ad-slot="3159268773"></ins>');
var js = document.createElement("script");
+
  }
js.setAttribute('src', 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9226951475373251');
+
} else {
js.setAttribute('async', true);
+
    var d1 = document.getElementById('adsrecomended');
document.head.appendChild(js);
+
    d1.insertAdjacentHTML('beforeend', '<ins class="adsbygoogle" style="display:block" data-ad-format="autorelaxed" data-ad-client="ca-pub-9226951475373251" data-ad-slot="3159268773"></ins>');
setTimeout(function(){
+
}
(adsbygoogle = window.adsbygoogle || []).push({});
+
</script>
}, 1000);
+
<script>
}, 3000);
+
    (adsbygoogle = window.adsbygoogle || []).push({});
 
</script>
 
</script>
 
</div>
 
</div>

Текущая версия на 16:18, 16 августа 2022