Merge branch 'R74nCom:main' into main

This commit is contained in:
Nekonico 2025-03-13 16:48:56 -07:00 committed by GitHub
commit 3974b75419
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 7 deletions

View File

@ -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
});