From 6a85f19d7d0853456d96035554036cecd2a63a89 Mon Sep 17 00:00:00 2001 From: slweeb <91897291+slweeb@users.noreply.github.com> Date: Tue, 8 Apr 2025 21:17:14 -0400 Subject: [PATCH] Update index.html --- index.html | 48 +++++++++++++----------------------------------- 1 file changed, 13 insertions(+), 35 deletions(-) diff --git a/index.html b/index.html index ec665a45..435c8ed5 100644 --- a/index.html +++ b/index.html @@ -18995,41 +18995,19 @@ Cancer, Landmine, Grenade, Smoke Grenade">? window.addEventListener('load', function() { if (standalone) return; if (window.location.protocol === "file:") return; - // var adscript1 = document.createElement('script'); - // adscript1.src = "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8485284630785740"; - // adscript1.crossorigin = "anonymous"; - // document.getElementById('bottomLeftBox').appendChild(adscript1); - // var ins1 = document.createElement('ins'); - // ins1.className = "adsbygoogle"; - // ins1.style = "display:inline-block;width:728px;height:90px"; - // ins1.setAttribute('data-ad-client', "ca-pub-8485284630785740"); - // ins1.setAttribute('data-ad-slot', "9484672079"); - // document.getElementById('bottomLeftBox').appendChild(ins1); - // var adscript2 = document.createElement('script'); - // adscript2.innerHTML = "(adsbygoogle = window.adsbygoogle || []).push({});"; - // document.getElementById('bottomLeftBox').appendChild(adscript2); - - var adscript = document.createElement('script'); - adscript.src = "https://hb.vntsm.com/v4/live/vms/sites/sandboxels.r74n.com/index.js"; - adscript.setAttribute("data-disable-placements","vertical-sticky, video_slider"); - adscript.addEventListener('load', function() { - self.__VM = self.__VM || []; - self.__VM.push(function (admanager, scope) { - scope.Config.get('billboard').display('slot-1'); - // scope.Config.get('leaderboard').display('slot-2'); - // scope.Config.get('double_mpu').display('slot-3'); - // scope.Config.get('mpu').display('slot-4'); - scope.Config.get('mobile_banner').display('slot-5'); - // scope.Config.get('mobile_mpu').display('slot-6'); - // scope.Config.get('skyscraper').display('slot-7'); - // scope.Config.get('video').display('slot-8'); - // scope.Config.get('desktop_takeover').display('slot-9'); - // scope.Config.get('mobile_takeover').display('slot-10'); - // Based on your layout, here are the responsive tags. The placement will change based on screen width. - // With the mobile breakpoint set by default at max-width:1024px - }); - }); - document.head.appendChild(adscript); + var adscript1 = document.createElement('script'); + adscript1.src = "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8485284630785740"; + adscript1.crossorigin = "anonymous"; + document.getElementById('bottomLeftBox').appendChild(adscript1); + var ins1 = document.createElement('ins'); + ins1.className = "adsbygoogle"; + ins1.style = "display:inline-block;width:728px;height:90px"; + ins1.setAttribute('data-ad-client', "ca-pub-8485284630785740"); + ins1.setAttribute('data-ad-slot', "9484672079"); + document.getElementById('bottomLeftBox').appendChild(ins1); + var adscript2 = document.createElement('script'); + adscript2.innerHTML = "(adsbygoogle = window.adsbygoogle || []).push({});"; + document.getElementById('bottomLeftBox').appendChild(adscript2); })