This commit is contained in:
parent
d287eb1751
commit
fe729a1b4a
16
adtest.html
16
adtest.html
|
|
@ -18626,6 +18626,10 @@ Cancer, Landmine, Grenade, Smoke Grenade">?</span>
|
|||
document.getElementById("langSelectP").style.display = "none";
|
||||
}
|
||||
</script>
|
||||
|
||||
<div id="slot-1"></div>
|
||||
<div id="slot-5"></div>
|
||||
|
||||
<p>Try our NEW GAME: <a href="https://R74n.com/cook/" target="_blank">Infinite Chef</a></p>
|
||||
<p>Email us at <a href="mailto:contact@R74n.com?subject=%5BSandboxels%5D">contact@R74n.com</a> for advertising, help, or education!</p>
|
||||
<div id="newsletterFrame">Be notified when Sandboxels and other R74n projects are updated, along with ramblings from the developer!<br><br>
|
||||
|
|
@ -18673,10 +18677,8 @@ Cancer, Landmine, Grenade, Smoke Grenade">?</span>
|
|||
<p><span id="patronThanks">Thanks to our Patrons</span>: Serioustar, ggod, Midi_png, personman, fnl4y, PitsPower, swagg boi, moss, Suss, epsiloneridani, WeiChei, Trent, u2ce</p>
|
||||
<p style="display:none" id="langCredit">Translation by R74n</p>
|
||||
<p id="outro">Sandboxels is developed by R74n. Check out <a href="https://R74n.com" rel="author" target="_blank">our other projects</a>!</p>
|
||||
<div id="slot-1"></div>
|
||||
<!-- <div id="slot-2"></div> -->
|
||||
<div id="slot-5"></div>
|
||||
<div id="slot-10"></div>
|
||||
|
||||
<!-- <div id="slot-10"></div> -->
|
||||
<script>
|
||||
window.addEventListener('load', function() {
|
||||
if (standalone) return;
|
||||
|
|
@ -18686,16 +18688,16 @@ Cancer, Landmine, Grenade, Smoke Grenade">?</span>
|
|||
adscript.addEventListener('load', function() {
|
||||
self.__VM = self.__VM || [];
|
||||
self.__VM.push(function (admanager, scope) {
|
||||
scope.Config.get('billboard').display('slot-1');
|
||||
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_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');
|
||||
// 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
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue