Skip to content

Commit 1fba2ae

Browse files
Replace Auto Ads on homepage with single fixed slot
1 parent c0e3b1d commit 1fba2ae

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ <h1>
4141
<p class="text-accent">
4242
Wurst is a client-side utility mod designed to supercharge your Minecraft experience. Equipped with a vast arsenal of cheats, hacks, and other utilities, the Wurst Client ensures that you'll always have the upper edge in your Minecraft adventures.
4343
</p>
44+
<ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-5218363098774955" data-ad-slot="8341420481" data-ad-format="auto" data-full-width-responsive="true"></ins>
45+
<script>
46+
if(localStorage.getItem("WurstAdFreeAccess") === "true")
47+
document.querySelector("ins.adsbygoogle").style.display = "none";
48+
else
49+
(adsbygoogle = window.adsbygoogle || []).push({});
50+
</script>
4451
</div>
4552
</section>
4653
<section class="padding20 no-padding-left no-padding-right" id="screenshots">

0 commit comments

Comments
 (0)