We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 741b4de commit 92ba92eCopy full SHA for 92ba92e
src/routes/+layout.svelte
@@ -3,6 +3,7 @@
3
import { onMount } from "svelte";
4
import ServerSwitcher from "$lib/components/ServerSwitcher.svelte";
5
import { initializeTooling, SessionState, State } from "$lib/state.js";
6
+ import Ad from "$lib/components/Ad.svelte";
7
8
let { children } = $props();
9
@@ -56,7 +57,7 @@
56
57
if (useGA4 && idToUse) {
58
injectGA4(idToUse);
59
}
- if ((!isAHost && adsEnabled) || SessionState.devMode) {
60
+ if ((!isAHost && !adblockEnabled) || SessionState.devMode) {
61
console.log("[R][LAYOUT][BASE] Bad Ads enabled");
62
injectBadAds();
63
} else {
static/version.txt
@@ -1 +1 @@
1
-2025-10-29T23:34:00.144Z
+2025-10-29T23:36:58.299Z
0 commit comments