chore: test out ads [skip ci]

This commit is contained in:
ThinLiquid 2024-02-02 04:26:30 +00:00 committed by GitHub
parent ae6866118b
commit 6ccfab84ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -99,6 +99,19 @@ const BootLoader: Process = {
await wm.windowArea.appendTo(document.body)
splashElement.cleanup()
launcher.element.prepend(new HTML('div')
.html(`
<ins class="adsbygoogle"
style="display:block"
data-ad-format="fluid"
data-ad-layout-key="-if+5+1+2-3"
data-ad-client="ca-pub-9675905177363247"
data-ad-slot="2569234651"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
`))
}
}