powered-ad-config 0.1.105 → 0.1.108

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -140,6 +140,21 @@ const cleanup = initAd({
140
140
 
141
141
  ---
142
142
 
143
+ ## Mobile Fireplace
144
+
145
+ Creates a mobile wallpaper takeover with an optional sticky billboard. When enabled, the billboard releases at the first configured time or scroll-distance limit.
146
+
147
+ | Option | Type | Default | Description |
148
+ |---|---|---:|---|
149
+ | `sticky` | `boolean` | `false` | Keeps the billboard fixed after it reaches the viewport top |
150
+ | `stickyDurationMs` | `number` | `5000` | Maximum sticky duration in milliseconds; set to `0` to disable the time limit |
151
+ | `stickyScrollDistance` | `number` | `600` | Maximum sticky scroll distance in px; set to `0` to disable the scroll limit |
152
+ | `stickyTop` | `number` | `0` | Sticky billboard top offset in px |
153
+
154
+ The billboard iframe receives `mobilefireplace:sticky` messages with `{ active, progress, remainingMs }`, allowing creative UI such as a countdown ring to stay synchronized with the configured duration.
155
+
156
+ ---
157
+
143
158
  ## Bottomscroller
144
159
 
145
160
  Pins a 320×50 mobile banner iframe to the bottom of the viewport at `expandedHeight` (default 180px). Once the user scrolls, a collapse clock runs (time and/or scroll distance — whichever limit is reached first). The bar animates to `collapsedHeight` (default 50px) and stays sticky. Page content receives matching `padding-bottom`.
@@ -105,7 +105,8 @@ var e = (e, t, n) => {
105
105
  ]), u = (e, t) => {
106
106
  n(r, e, t);
107
107
  }, d = (e) => {
108
- o(Array.from(e.querySelectorAll("*")).filter((e) => e.children.length > 0 ? !1 : e.textContent?.trim().toLowerCase() === "advertisement"), [["display", "none"]]);
108
+ let t = Array.from(e.querySelectorAll("*")).filter((e) => e.children.length > 0 ? !1 : e.textContent?.trim().toLowerCase() === "advertisement");
109
+ o(t, [["display", "none"]]);
109
110
  };
110
111
  i(r.querySelector("section[data-section=\"marketing-banner\"]"), "position", "relative"), i(r.querySelector("div[data-testid=\"live-tv\"]")?.parentNode, "position", "relative"), i(r.querySelector("div[data-contentunit-id=\"stan\"]")?.parentNode, "position", "relative"), i(r.querySelector("small"), "position", "inherit");
111
112
  let f = x(), p = f?.appRoot, m = f?.desktopHeaderAds, h = f?.billboardContainer;
@@ -239,7 +240,7 @@ var e = (e, t, n) => {
239
240
  }, N = () => {
240
241
  let e = k();
241
242
  if (!e) return;
242
- c(e, "0.1.105");
243
+ c(e, "0.1.108");
243
244
  let t = e.style;
244
245
  e.className &&= "", t.minHeight = "250px", t.marginTop = L.adNodeMarginTop + "px", t.marginBottom = L.adNodeMarginBottom + "px", t.position = "static", t.display = "block", L.zIndex && L.zIndex();
245
246
  }, P = () => {
@@ -433,7 +434,7 @@ var e = (e, t, n) => {
433
434
  path: "/sport",
434
435
  headingText: "Sport",
435
436
  slotId: S
436
- }], D = new Set(["localhost", "127.0.0.1"]), O = "__poweredAdConfigDynamicHeadingActive", k = "data-pac-dynamicheading-owner", A = "data-pac-reparented", j = (e, t) => {
437
+ }], D = /* @__PURE__ */ new Set(["localhost", "127.0.0.1"]), O = "__poweredAdConfigDynamicHeadingActive", k = "data-pac-dynamicheading-owner", A = "data-pac-reparented", j = (e, t) => {
437
438
  if (typeof e == "number" && Number.isFinite(e)) return `${e}px`;
438
439
  if (typeof e == "string") {
439
440
  let n = e.trim();
@@ -508,7 +509,7 @@ var e = (e, t, n) => {
508
509
  return n.display !== "none" && n.visibility !== "hidden";
509
510
  }, T = () => {
510
511
  let e = h(), t = e ? [...e.querySelectorAll(y), ...e.querySelectorAll(b)] : [], n = t.length ? [] : Array.from(c.querySelectorAll(x));
511
- return Array.from(new Set([...t, ...n])).filter(S);
512
+ return Array.from(/* @__PURE__ */ new Set([...t, ...n])).filter(S);
512
513
  }, M = (e) => {
513
514
  let t = T();
514
515
  if (!t.length) return null;
@@ -554,21 +555,21 @@ var e = (e, t, n) => {
554
555
  border: o.style.border,
555
556
  position: o.style.position,
556
557
  pointerEvents: o.style.pointerEvents
557
- }, ne = [], W = parseFloat(z) || _, re = parseFloat(I) || 0, G = parseFloat(L) || 0, ie = () => {
558
+ }, W = [], G = parseFloat(z) || _, ne = parseFloat(I) || 0, K = parseFloat(L) || 0, re = () => {
558
559
  let e = H.parentElement;
559
- for (; e && e !== c.body;) ne.push({
560
+ for (; e && e !== c.body;) W.push({
560
561
  element: e,
561
562
  overflow: e.style.overflow
562
563
  }), d(e, "overflow", "visible"), e = e.parentElement;
563
- }, ae = () => {
564
+ }, ie = () => {
564
565
  d(H, "width", R), d(H, "maxWidth", R), d(H, "minWidth", R), d(H, "height", z), d(H, "minHeight", z), d(H, "display", "block"), d(H, "overflow", "hidden"), d(H, "pointerEvents", "none"), d(H, "zIndex", "1080"), H.setAttribute(k, u), d(o, "width", R), d(o, "height", z), d(o, "display", "block"), d(o, "border", "0"), d(o, "position", "relative"), d(o, "pointerEvents", "auto");
565
- }, oe = {
566
+ }, q = {
566
567
  element: null,
567
568
  position: ""
568
- }, K = () => {
569
+ }, J = () => {
569
570
  let e = H.parentElement;
570
- e && s.getComputedStyle(e).position === "static" && (oe.element = e, oe.position = e.style.position, d(e, "position", "relative")), d(H, "position", "absolute"), d(H, "top", `${re}px`), d(H, "left", `${G}px`), d(H, "right", "auto"), d(H, "marginTop", "0px"), d(H, "marginBottom", `${v}px`), d(H, "marginLeft", "0px"), d(H, "marginRight", "0px"), d(H, "transform", "");
571
- }, q = (e) => {
571
+ e && s.getComputedStyle(e).position === "static" && (q.element = e, q.position = e.style.position, d(e, "position", "relative")), d(H, "position", "absolute"), d(H, "top", `${ne}px`), d(H, "left", `${K}px`), d(H, "right", "auto"), d(H, "marginTop", "0px"), d(H, "marginBottom", `${v}px`), d(H, "marginLeft", "0px"), d(H, "marginRight", "0px"), d(H, "transform", "");
572
+ }, ae = (e) => {
572
573
  let t = null;
573
574
  try {
574
575
  let e = o.contentDocument;
@@ -590,29 +591,29 @@ var e = (e, t, n) => {
590
591
  } catch {
591
592
  return o.removeAttribute(A), !1;
592
593
  }
593
- ie(), ae(), K();
594
+ re(), ie(), J();
594
595
  try {
595
596
  o.srcdoc = t;
596
597
  } catch {
597
598
  return !1;
598
599
  }
599
600
  return !0;
600
- }, se = () => {
601
+ }, oe = () => {
601
602
  d(H, "position", "fixed"), d(H, "marginTop", "0px"), d(H, "marginBottom", "0px"), d(H, "marginLeft", "0px"), d(H, "marginRight", "0px"), d(H, "transform", "");
602
- }, J = () => {
603
+ }, se = () => {
603
604
  d(H, "display", "none");
604
605
  }, ce = () => {
605
606
  d(H, "display", "block"), d(H, "overflow", "hidden");
606
607
  }, Y = null, X = () => {
607
608
  if ((!Y || !Y.isConnected) && (Y = M(V.headingText)), !Y) return;
608
- let e = Y.getBoundingClientRect(), t = e.top - W - v + re, n = e.left + G;
609
+ let e = Y.getBoundingClientRect(), t = e.top - G - v + ne, n = e.left + K;
609
610
  d(H, "top", `${t}px`), d(H, "left", `${n}px`), d(H, "right", "auto");
610
611
  }, Z = null, Q = null, le = !1, ue = (e = 12) => {
611
612
  if (Y = M(V.headingText), !Y) {
612
613
  e > 1 && (F = s.setTimeout(() => ue(e - 1), 250));
613
614
  return;
614
615
  }
615
- q(Y) || (le = !0, ie(), ae(), se(), X(), Z = () => X(), Q = () => X(), s.addEventListener("scroll", Z, { passive: !0 }), s.addEventListener("resize", Q));
616
+ ae(Y) || (le = !0, re(), ie(), oe(), X(), Z = () => X(), Q = () => X(), s.addEventListener("scroll", Z, { passive: !0 }), s.addEventListener("resize", Q));
616
617
  };
617
618
  ue();
618
619
  let de = () => {
@@ -620,7 +621,7 @@ var e = (e, t, n) => {
620
621
  H.style[e] = t;
621
622
  }), Object.entries(te).forEach(([e, t]) => {
622
623
  o.style[e] = t;
623
- }), ne.forEach(({ element: e, overflow: t }) => {
624
+ }), W.forEach(({ element: e, overflow: t }) => {
624
625
  e.style.overflow = t;
625
626
  })), s[O]?.instanceId === u && delete s[O];
626
627
  };
@@ -629,7 +630,7 @@ var e = (e, t, n) => {
629
630
  iframe: o,
630
631
  cleanup: de,
631
632
  show: ce,
632
- hide: J
633
+ hide: se
633
634
  }, de;
634
635
  }, F = (e, t, n) => {
635
636
  let r = window.frameElement ? window.frameElement : null;
@@ -947,7 +948,7 @@ var e = (e, t, n) => {
947
948
  };
948
949
  (() => {
949
950
  let e = a.style;
950
- e.height = t.adScrollHeight, e.maxHeight = t.adScrollHeight, e.position = "relative", a.setAttribute("poweredAC", "0.1.105"), e.clipPath = `inset(-${t.bandHeight - 1}px 0 0 0)`, e.overflow = "visible", e.width = "100vw", e.maxWidth = "100vw", e.marginLeft = "calc(50% - 50vw)", e.marginRight = "0", e.marginTop = "0", e.marginBottom = "0", e.padding = "0";
951
+ e.height = t.adScrollHeight, e.maxHeight = t.adScrollHeight, e.position = "relative", a.setAttribute("poweredAC", "0.1.108"), e.clipPath = `inset(-${t.bandHeight - 1}px 0 0 0)`, e.overflow = "visible", e.width = "100vw", e.maxWidth = "100vw", e.marginLeft = "calc(50% - 50vw)", e.marginRight = "0", e.marginTop = "0", e.marginBottom = "0", e.padding = "0";
951
952
  let o = a.parentElement;
952
953
  for (let e = 0; e < 6 && o && o !== i.body; e++) {
953
954
  let t = r.getComputedStyle(o), n = !1;
@@ -1085,7 +1086,7 @@ var e = (e, t, n) => {
1085
1086
  let o = a.getAttribute("style"), s = n.getAttribute("style"), c = n.parentElement === a ? null : n.parentElement, l = c ? c.getAttribute("style") : null, u = a.parentElement, d = u ? r.getComputedStyle(u).paddingTop : null, f = null, p = parseInt(n.getAttribute("width"), 10) || 320, m = parseInt(n.getAttribute("height"), 10) || 50;
1086
1087
  return (() => {
1087
1088
  let e = a.style;
1088
- if (e.position = "relative", e.overflow = "visible", e.boxSizing = "border-box", a.setAttribute("poweredAC", "0.1.105"), c) {
1089
+ if (e.position = "relative", e.overflow = "visible", e.boxSizing = "border-box", a.setAttribute("poweredAC", "0.1.108"), c) {
1089
1090
  let e = c.style;
1090
1091
  e.width = "100%", e.height = "100%", e.margin = "0", e.textAlign = "left";
1091
1092
  }
@@ -1107,7 +1108,7 @@ var e = (e, t, n) => {
1107
1108
  zIndex: 0,
1108
1109
  creativeUrl: null,
1109
1110
  sticky: !1,
1110
- stickyDurationMs: 8e3,
1111
+ stickyDurationMs: 5e3,
1111
1112
  stickyScrollDistance: 600,
1112
1113
  stickyTop: 0,
1113
1114
  stickyZIndex: 1e4,
@@ -1278,12 +1279,12 @@ var e = (e, t, n) => {
1278
1279
  })(), p = f === u.smh || f === u.theage, m = n.getAttribute("style"), h = n.hasAttribute("data-mf-wallpaper-iframe"), g = a.getAttribute("style"), _ = n.parentElement === a ? null : n.parentElement, v = _ ? _.getAttribute("style") : null, y = a.parentElement, b = a.closest("[data-ad-target=\"header-ad-mobile\"]"), x = !!(y && b && y === b), S = x ? r.getComputedStyle(y).marginTop : "", C = y ? y.getAttribute("style") : null, w = s ? s.getAttribute("style") : null, T = o ? o.getAttribute("style") : null, E = o ? o.querySelector("header") : null, D = E ? E.getAttribute("style") : null, O = E ? E.querySelector(".sc-5cbbddda-1") : null, k = O ? O.getAttribute("style") : null, A = i.querySelector("footer"), j = A ? A.getAttribute("style") : null, M = o ? Array.from(o.children).map((e) => ({
1279
1280
  el: e,
1280
1281
  orig: e.getAttribute("style")
1281
- })) : [], N = null, P = null, F = null, I = null, L = null, R = null, z = null, B = null, V = [], H = null, ee = null, U = null, te = null, ne = null, W = null, re = null, G = [], ie = Number.isFinite(t.stickyDurationMs) && t.stickyDurationMs > 0, ae = Number.isFinite(t.stickyScrollDistance) && t.stickyScrollDistance > 0, oe = !!(t.sticky && (ie || ae)), K = "pending", q = 0, se = 0, J = null, ce = null, Y = null, X = null, Z = null, Q = null, le = [], ue = Number.isFinite(t.stickyHeaderFallbackHeight) ? Math.max(0, t.stickyHeaderFallbackHeight) : null, de = {
1282
+ })) : [], N = null, P = null, F = null, I = null, L = null, R = null, z = null, B = null, V = [], H = null, ee = null, U = null, te = null, W = null, G = null, ne = null, K = [], re = Number.isFinite(t.stickyDurationMs) && t.stickyDurationMs > 0, ie = Number.isFinite(t.stickyScrollDistance) && t.stickyScrollDistance > 0, q = !!(t.sticky && (re || ie)), J = "pending", ae = 0, oe = 0, se = null, ce = null, Y = null, X = null, Z = null, Q = null, le = [], ue = Number.isFinite(t.stickyHeaderFallbackHeight) ? Math.max(0, t.stickyHeaderFallbackHeight) : null, de = {
1282
1283
  FLOW_SYNCED_BODY: "flowSyncedBody",
1283
1284
  SPLIT_IN_FLOW: "splitInFlow",
1284
1285
  IN_FLOW: "inFlow"
1285
1286
  };
1286
- W = (() => {
1287
+ G = (() => {
1287
1288
  let e = n.parentElement;
1288
1289
  for (; e && e !== i.body && e !== i.documentElement;) {
1289
1290
  let t = r.getComputedStyle(e);
@@ -1291,15 +1292,15 @@ var e = (e, t, n) => {
1291
1292
  e = e.parentElement;
1292
1293
  }
1293
1294
  return null;
1294
- })(), re = W ? W.getAttribute("style") : null;
1295
- let fe = !!(o && f !== u.afr && (W || p)), pe = f === u.afr || x ? de.FLOW_SYNCED_BODY : fe ? de.SPLIT_IN_FLOW : de.IN_FLOW, $ = pe === de.FLOW_SYNCED_BODY, me = (e) => {
1295
+ })(), ne = G ? G.getAttribute("style") : null;
1296
+ let fe = !!(o && f !== u.afr && (G || p)), pe = f === u.afr || x ? de.FLOW_SYNCED_BODY : fe ? de.SPLIT_IN_FLOW : de.IN_FLOW, $ = pe === de.FLOW_SYNCED_BODY, me = (e) => {
1296
1297
  if (!e || e === U || e === y || e === a) return !1;
1297
1298
  let t = e.firstElementChild;
1298
1299
  if (!t || t !== e.lastElementChild || !t.classList.contains("container") || t.children.length > 0 || t.textContent && t.textContent.trim() || e.querySelector("[id^=\"adspot-mobile-mbanner-\"], iframe, [data-mf-slot], .adWrapper")) return !1;
1299
1300
  let n = r.getComputedStyle(e);
1300
1301
  return n.position === "fixed" || n.position === "sticky";
1301
1302
  }, he = (e) => {
1302
- !e?.parentElement || G.some((t) => t.shell === e) || (G.push({
1303
+ !e?.parentElement || K.some((t) => t.shell === e) || (K.push({
1303
1304
  shell: e,
1304
1305
  parent: e.parentElement,
1305
1306
  nextSibling: e.nextSibling
@@ -1366,7 +1367,7 @@ var e = (e, t, n) => {
1366
1367
  });
1367
1368
  }, De = (e) => {
1368
1369
  let t = new Set([be()].filter(Boolean));
1369
- if (f === u.afr || W || p) {
1370
+ if (f === u.afr || G || p) {
1370
1371
  [
1371
1372
  a,
1372
1373
  y,
@@ -1381,7 +1382,7 @@ var e = (e, t, n) => {
1381
1382
  let e = R.style;
1382
1383
  e.left = "0px", e.width = "100vw";
1383
1384
  }, Ae = () => {
1384
- if (!$ || !R || K === "active") return;
1385
+ if (!$ || !R || J === "active") return;
1385
1386
  let e = Oe();
1386
1387
  if (!e) return;
1387
1388
  let t = e.getBoundingClientRect(), n = R.style;
@@ -1416,35 +1417,35 @@ var e = (e, t, n) => {
1416
1417
  }, Fe = () => {
1417
1418
  ce &&= (r.cancelAnimationFrame(ce), null);
1418
1419
  }, Ie = () => {
1419
- if (J === null) {
1420
+ if (se === null) {
1420
1421
  let e = be().getBoundingClientRect();
1421
- J = Math.max(0, r.scrollY + e.top - Ce());
1422
+ se = Math.max(0, r.scrollY + e.top - Ce());
1422
1423
  }
1423
- return J;
1424
- }, Le = () => se + (K === "active" ? Math.max(0, r.performance.now() - q) : 0), Re = () => Math.max(0, r.scrollY - Ie()), ze = () => {
1425
- let e = ie ? Le() / t.stickyDurationMs : 0, n = ae ? Re() / t.stickyScrollDistance : 0;
1424
+ return se;
1425
+ }, Le = () => oe + (J === "active" ? Math.max(0, r.performance.now() - ae) : 0), Re = () => Math.max(0, r.scrollY - Ie()), ze = () => {
1426
+ let e = re ? Le() / t.stickyDurationMs : 0, n = ie ? Re() / t.stickyScrollDistance : 0;
1426
1427
  return Math.max(e, n);
1427
- }, Be = () => ie ? t.stickyDurationMs - Le() : 0, Ve = () => r.scrollY < Ie() - 1, He = () => {
1428
- K === "active" && (se = Le(), K = "paused", Fe(), Pe(), Te({
1428
+ }, Be = () => re ? t.stickyDurationMs - Le() : 0, Ve = () => r.scrollY < Ie() - 1, He = () => {
1429
+ J === "active" && (oe = Le(), J = "paused", Fe(), Pe(), Te({
1429
1430
  active: !1,
1430
1431
  progress: ze(),
1431
1432
  remainingMs: Be()
1432
1433
  }));
1433
1434
  }, Ue = () => {
1434
- K !== "paused" || Ve() || (K = "active", q = r.performance.now(), Ne(), Ge());
1435
+ J !== "paused" || Ve() || (J = "active", ae = r.performance.now(), Ne(), Ge());
1435
1436
  }, We = () => {
1436
- K !== "active" && K !== "paused" || (K === "active" && (se = Le()), K = "released", Fe(), Pe(), Te({
1437
+ J !== "active" && J !== "paused" || (J === "active" && (oe = Le()), J = "released", Fe(), Pe(), Te({
1437
1438
  active: !1,
1438
1439
  progress: 1,
1439
1440
  remainingMs: 0
1440
1441
  }));
1441
1442
  }, Ge = () => {
1442
- if (K !== "active") return;
1443
+ if (J !== "active") return;
1443
1444
  if (Ve()) {
1444
1445
  He();
1445
1446
  return;
1446
1447
  }
1447
- let e = Le(), n = Re(), i = ie ? e / t.stickyDurationMs : 0, a = ae ? n / t.stickyScrollDistance : 0, o = Math.max(i, a), s = ie ? t.stickyDurationMs - e : 0;
1448
+ let e = Le(), n = Re(), i = re ? e / t.stickyDurationMs : 0, a = ie ? n / t.stickyScrollDistance : 0, o = Math.max(i, a), s = re ? t.stickyDurationMs - e : 0;
1448
1449
  if (Ne(), Te({
1449
1450
  active: !0,
1450
1451
  progress: o,
@@ -1455,13 +1456,13 @@ var e = (e, t, n) => {
1455
1456
  }
1456
1457
  ce = r.requestAnimationFrame(Ge);
1457
1458
  }, Ke = () => {
1458
- if (!oe || K !== "pending" || !R) return;
1459
+ if (!q || J !== "pending" || !R) return;
1459
1460
  let e = be().getBoundingClientRect();
1460
- J = Math.max(0, r.scrollY + e.top - Ce()), se = 0, K = "active", q = r.performance.now(), Ne(), Ge();
1461
+ se = Math.max(0, r.scrollY + e.top - Ce()), oe = 0, J = "active", ae = r.performance.now(), Ne(), Ge();
1461
1462
  }, qe = () => {
1462
- !oe || K !== "pending" || !R || r.scrollY <= 0 || be().getBoundingClientRect().top <= Ce() && Ke();
1463
+ !q || J !== "pending" || !R || r.scrollY <= 0 || be().getBoundingClientRect().top <= Ce() && Ke();
1463
1464
  }, Je = () => {
1464
- K === "pending" ? qe() : K === "active" && Ve() ? He() : K === "paused" && Ue(), K !== "active" && je();
1465
+ J === "pending" ? qe() : J === "active" && Ve() ? He() : J === "paused" && Ue(), J !== "active" && je();
1465
1466
  }, Ye = () => {
1466
1467
  Je(), Q && r.cancelAnimationFrame(Q), Q = r.requestAnimationFrame(() => {
1467
1468
  Q = null, Je();
@@ -1488,7 +1489,7 @@ var e = (e, t, n) => {
1488
1489
  } catch (e) {
1489
1490
  console.warn("[mobilefireplace] Could not create AFR wallpaper iframe:", e);
1490
1491
  }
1491
- if (a.setAttribute("poweredAC", "0.1.105"), _) {
1492
+ if (a.setAttribute("poweredAC", "0.1.108"), _) {
1492
1493
  let e = _.style;
1493
1494
  e.width = "100%", e.height = "0", e.overflow = "visible", e.position = "static", e.margin = "0";
1494
1495
  }
@@ -1753,13 +1754,13 @@ var e = (e, t, n) => {
1753
1754
  e && (N = e.el, P = N.getAttribute("style"), F = e.list, I = F ? F.getAttribute("style") : null, N.style.marginLeft = "10px", N.style.marginRight = "10px", N.style.width = "calc(100% - 20px)", F && (F.style.width = "100%"));
1754
1755
  }
1755
1756
  if (pe === de.SPLIT_IN_FLOW) {
1756
- if (W && (U = c || y), l && l !== "about:blank") {
1757
+ if (G && (U = c || y), l && l !== "about:blank") {
1757
1758
  let e = new URL(l);
1758
1759
  e.searchParams.set("mfRole", "wallpaper"), z = i.createElement("iframe"), z.src = e.href, z.setAttribute("data-mf-wallpaper-iframe", ""), z.setAttribute("scrolling", "no"), z.setAttribute("frameborder", "0");
1759
1760
  let n = z.style;
1760
1761
  n.position = "fixed", n.top = "0", n.left = "0", n.width = "100vw", n.height = "100dvh", n.border = "none", n.margin = "0", n.padding = "0", n.display = "block", n.background = "transparent", n.zIndex = String(t.zIndex), n.pointerEvents = "none", i.body.insertBefore(z, i.body.firstChild);
1761
1762
  }
1762
- n.style.position = "absolute", n.style.top = "0", n.style.left = "0", n.style.width = "0", n.style.height = "0", n.style.opacity = "0", n.style.pointerEvents = "none", n.style.zIndex = "-1", B = ve(), o.parentElement.insertBefore(B, o), W ? (W.style.position = "static", W.style.inset = "auto", W.style.height = "0", W.style.minHeight = "0", W.style.maxHeight = "0", W.style.overflow = "hidden", W.style.backgroundColor = "transparent", W.style.boxShadow = "none", W.style.border = "0", W.style.outline = "0", W.style.pointerEvents = "none") : y && (y.style.height = "0", y.style.minHeight = "0", y.style.maxHeight = "0", y.style.overflow = "hidden", y.style.backgroundColor = "transparent", y.style.border = "0", y.style.outline = "0"), p.height = "0", p.minHeight = "0", p.width = "0", p.overflow = "hidden", s && (s.style.backgroundColor = "transparent", s.style.backgroundImage = "none", s.style.position = "relative", s.style.zIndex = "1"), o.style.marginLeft = "14px", o.style.marginRight = "14px", o.style.backgroundColor = "#ffffff", o.style.position = "relative", o.style.zIndex = "2", o.style.overflowX = "clip", o.style.isolation = "isolate";
1763
+ n.style.position = "absolute", n.style.top = "0", n.style.left = "0", n.style.width = "0", n.style.height = "0", n.style.opacity = "0", n.style.pointerEvents = "none", n.style.zIndex = "-1", B = ve(), o.parentElement.insertBefore(B, o), G ? (G.style.position = "static", G.style.inset = "auto", G.style.height = "0", G.style.minHeight = "0", G.style.maxHeight = "0", G.style.overflow = "hidden", G.style.backgroundColor = "transparent", G.style.boxShadow = "none", G.style.border = "0", G.style.outline = "0", G.style.pointerEvents = "none") : y && (y.style.height = "0", y.style.minHeight = "0", y.style.maxHeight = "0", y.style.overflow = "hidden", y.style.backgroundColor = "transparent", y.style.border = "0", y.style.outline = "0"), p.height = "0", p.minHeight = "0", p.width = "0", p.overflow = "hidden", s && (s.style.backgroundColor = "transparent", s.style.backgroundImage = "none", s.style.position = "relative", s.style.zIndex = "1"), o.style.marginLeft = "14px", o.style.marginRight = "14px", o.style.backgroundColor = "#ffffff", o.style.position = "relative", o.style.zIndex = "2", o.style.overflowX = "clip", o.style.isolation = "isolate";
1763
1764
  for (let { el: e } of M) e.style.backgroundColor = "transparent", e.style.boxShadow = "none", e.style.paddingLeft = "10px", e.style.paddingRight = "10px";
1764
1765
  E && (E.style.borderTop = "0", E.style.outline = "0", E.style.boxShadow = "none"), O && (O.style.borderBottom = "0"), A && (A.style.marginLeft = "14px", A.style.marginRight = "14px", A.style.position = "relative", A.style.zIndex = "2"), ge();
1765
1766
  }
@@ -1770,13 +1771,13 @@ var e = (e, t, n) => {
1770
1771
  let r = n / e, i = Math.round(t.billboardHeight * r);
1771
1772
  a.style.height = i + "px", a.style.minHeight = i + "px", B && (B.style.height = i + "px", B.style.minHeight = i + "px", B.style.maxHeight = i + "px"), R && (R.style.height = i + "px");
1772
1773
  } else a.style.height = t.billboardHeight + "px", a.style.minHeight = t.billboardHeight + "px", B && (B.style.height = t.billboardHeight + "px", B.style.minHeight = t.billboardHeight + "px", B.style.maxHeight = t.billboardHeight + "px"), R && (R.style.height = t.billboardHeight + "px");
1773
- K === "active" ? Ne() : je();
1774
+ J === "active" ? Ne() : je();
1774
1775
  };
1775
1776
  if (Xe(), l && l !== "about:blank") try {
1776
1777
  let e = new URL(l);
1777
1778
  e.searchParams.set("mfRole", "billboard"), R = i.createElement("iframe"), R.src = e.href, R.setAttribute("data-mf-billboard-iframe", ""), R.setAttribute("scrolling", "no"), R.setAttribute("frameborder", "0");
1778
1779
  let n = R.style;
1779
- n.position = $ ? "absolute" : "relative", n.width = "100%", n.height = t.billboardHeight + "px", n.border = "none", n.margin = "0", n.padding = "0", n.display = "block", n.overflow = "hidden", n.background = "transparent", n.zIndex = $ ? "6" : "1", $ ? (R.setAttribute("data-mf-body-billboard", ""), i.body.appendChild(R), Ae()) : (B || a).appendChild(R), oe && (Z = Ye, r.addEventListener("scroll", Z, { passive: !0 }), i.addEventListener("scroll", Z, { passive: !0 }), i.scrollingElement?.addEventListener("scroll", Z, { passive: !0 }));
1780
+ n.position = $ ? "absolute" : "relative", n.width = "100%", n.height = t.billboardHeight + "px", n.border = "none", n.margin = "0", n.padding = "0", n.display = "block", n.overflow = "hidden", n.background = "transparent", n.zIndex = $ ? "6" : "1", $ ? (R.setAttribute("data-mf-body-billboard", ""), i.body.appendChild(R), Ae()) : (B || a).appendChild(R), q && (Z = Ye, r.addEventListener("scroll", Z, { passive: !0 }), i.addEventListener("scroll", Z, { passive: !0 }), i.scrollingElement?.addEventListener("scroll", Z, { passive: !0 }));
1780
1781
  } catch (e) {
1781
1782
  console.warn("[mobilefireplace] Could not create billboard iframe:", e);
1782
1783
  }
@@ -1808,13 +1809,13 @@ var e = (e, t, n) => {
1808
1809
  try {
1809
1810
  delete r.__mfBridge;
1810
1811
  } catch {}
1811
- for (let e = G.length - 1; e >= 0; --e) {
1812
- let { shell: t, parent: n, nextSibling: r } = G[e];
1812
+ for (let e = K.length - 1; e >= 0; --e) {
1813
+ let { shell: t, parent: n, nextSibling: r } = K[e];
1813
1814
  !t || !n || (r && r.parentNode === n ? n.insertBefore(t, r) : n.appendChild(t));
1814
1815
  }
1815
- G.length = 0, H && (ee && ee.parentNode === H ? H.insertBefore(n, ee) : H.appendChild(n), H = null, ee = null), m ? n.setAttribute("style", m) : n.removeAttribute("style"), h || n.removeAttribute("data-mf-wallpaper-iframe");
1816
+ K.length = 0, H && (ee && ee.parentNode === H ? H.insertBefore(n, ee) : H.appendChild(n), H = null, ee = null), m ? n.setAttribute("style", m) : n.removeAttribute("style"), h || n.removeAttribute("data-mf-wallpaper-iframe");
1816
1817
  for (let { el: e, orig: t } of V) t ? e.setAttribute("style", t) : e.removeAttribute("style");
1817
- V.length = 0, g ? a.setAttribute("style", g) : a.removeAttribute("style"), _ && (v ? _.setAttribute("style", v) : _.removeAttribute("style")), U &&= (te && (ne && ne.parentNode === te ? te.insertBefore(U, ne) : te.appendChild(U), te = null, ne = null), null), y && (y.removeAttribute("data-mf-slot"), C ? y.setAttribute("style", C) : y.removeAttribute("style")), W && (re ? W.setAttribute("style", re) : W.removeAttribute("style"), W = null, re = null);
1818
+ V.length = 0, g ? a.setAttribute("style", g) : a.removeAttribute("style"), _ && (v ? _.setAttribute("style", v) : _.removeAttribute("style")), U &&= (te && (W && W.parentNode === te ? te.insertBefore(U, W) : te.appendChild(U), te = null, W = null), null), y && (y.removeAttribute("data-mf-slot"), C ? y.setAttribute("style", C) : y.removeAttribute("style")), G && (ne ? G.setAttribute("style", ne) : G.removeAttribute("style"), G = null, ne = null);
1818
1819
  for (let { el: e, orig: t } of M) t ? e.setAttribute("style", t) : e.removeAttribute("style");
1819
1820
  F && (I ? F.setAttribute("style", I) : F.removeAttribute("style"), F = null, I = null), N && (P ? N.setAttribute("style", P) : N.removeAttribute("style"), N = null, P = null), o && (T ? o.setAttribute("style", T) : o.removeAttribute("style")), E && (D ? E.setAttribute("style", D) : E.removeAttribute("style")), O && (k ? O.setAttribute("style", k) : O.removeAttribute("style")), A && (j ? A.setAttribute("style", j) : A.removeAttribute("style")), s && (w ? s.setAttribute("style", w) : s.removeAttribute("style"));
1820
1821
  }
@@ -1827,7 +1828,7 @@ var e = (e, t, n) => {
1827
1828
  classicBannerWidth: 320,
1828
1829
  classicBannerHeight: 50,
1829
1830
  zIndex: 1e4,
1830
- collapseDurationMs: 8e3,
1831
+ collapseDurationMs: 0,
1831
1832
  collapseScrollDistance: 5600,
1832
1833
  collapseTransitionMs: 400,
1833
1834
  creativeUrl: null,
@@ -1925,14 +1926,17 @@ var e = (e, t, n) => {
1925
1926
  let e = s.location.href;
1926
1927
  for (let t of p) if (e.indexOf(t.site) >= 0) return t.config;
1927
1928
  return f.nine;
1928
- })(), h = u.getAttribute("style"), g = l.getAttribute("style"), _ = l.parentElement === u ? null : l.parentElement, v = _ ? _.getAttribute("style") : null, y = u.parentElement, b = y ? y.getAttribute("style") : null, x = [], S = [], C = null, w = null, T = null, E = l, D = null, O = null, k = t.expandedHeight, A = "idle", j = 0, M = 0, N = null, P = null, F = null, I = !1, L = Number.isFinite(t.collapseDurationMs) && t.collapseDurationMs > 0, R = Number.isFinite(t.collapseScrollDistance) && t.collapseScrollDistance > 0, z = () => s.visualViewport ? Math.round(s.innerHeight - (s.visualViewport.offsetTop + s.visualViewport.height)) : 0, B = () => A === "tracking" ? j + (s.performance.now() - M) : j, V = () => {
1929
- let e = B(), n = Math.max(0, s.scrollY), r = L ? e / t.collapseDurationMs : 0, i = R ? n / t.collapseScrollDistance : 0;
1930
- return Math.max(r, i);
1931
- }, H = () => L ? Math.max(0, t.collapseDurationMs - B()) : 0, ee = () => {
1929
+ })(), h = u.getAttribute("style"), g = l.getAttribute("style"), _ = l.parentElement === u ? null : l.parentElement, v = _ ? _.getAttribute("style") : null, y = u.parentElement, b = y ? y.getAttribute("style") : null, x = [], S = [], C = null, w = null, T = null, E = l, D = null, O = null, k = t.expandedHeight, A = !1, j = null, M = null, N = null, P = !1, F = Number.isFinite(t.collapseScrollDistance) && t.collapseScrollDistance > 0, I = () => s.visualViewport ? Math.round(s.innerHeight - (s.visualViewport.offsetTop + s.visualViewport.height)) : 0, L = () => {
1930
+ let e = Math.max(0, s.scrollY);
1931
+ return e <= 0 ? (A = !1, 0) : A ? 1 : F ? Math.min(1, e / t.collapseScrollDistance) : 0;
1932
+ }, R = (e) => {
1933
+ let n = Math.max(0, Math.min(1, e));
1934
+ return Math.round(t.expandedHeight - (t.expandedHeight - t.collapsedHeight) * n);
1935
+ }, z = (e) => e <= 0 ? "expanded" : e >= 1 ? "collapsed" : "tracking", B = () => {
1932
1936
  let e = m.getPaddingTargets(c), t = [];
1933
1937
  for (let n of e) !n || t.includes(n) || t.some((e) => e.contains(n)) || t.push(n);
1934
1938
  return t;
1935
- }, U = Number.isFinite(t.pageTopPadding) ? Math.max(0, t.pageTopPadding) : Number.isFinite(m.pageTopPadding) ? Math.max(0, m.pageTopPadding) : 0, te = (e) => {
1939
+ }, V = Number.isFinite(t.pageTopPadding) ? Math.max(0, t.pageTopPadding) : Number.isFinite(m.pageTopPadding) ? Math.max(0, m.pageTopPadding) : 0, H = (e) => {
1936
1940
  !e || S.some((t) => t.el === e) || S.push({
1937
1941
  el: e,
1938
1942
  paddingBottom: e.style.getPropertyValue("padding-bottom"),
@@ -1940,89 +1944,52 @@ var e = (e, t, n) => {
1940
1944
  paddingTop: e.style.getPropertyValue("padding-top"),
1941
1945
  paddingTopPriority: e.style.getPropertyPriority("padding-top")
1942
1946
  });
1943
- }, ne = (e) => {
1944
- for (let t of ee()) te(t), t.style.setProperty("padding-bottom", `${e}px`, "important"), U > 0 && t.style.setProperty("padding-top", `${U}px`, "important");
1945
- }, W = () => w || E, re = () => W()?.contentWindow || null, G = (e) => {
1947
+ }, ee = (e) => {
1948
+ for (let t of B()) H(t), t.style.setProperty("padding-bottom", `${e}px`, "important"), V > 0 && t.style.setProperty("padding-top", `${V}px`, "important");
1949
+ }, U = () => w || E, te = () => U()?.contentWindow || null, W = (e) => {
1946
1950
  let t = e.style;
1947
1951
  t.display = "block", t.width = "100%", t.height = "100%", t.border = "none", t.margin = "0", t.padding = "0", t.position = "relative", t.top = "", t.left = "", t.maxWidth = "none", t.background = "transparent";
1948
- }, ie = (e) => {
1952
+ }, G = (e) => {
1949
1953
  let n = t.classicBannerWidth, r = t.classicBannerHeight;
1950
1954
  e.setAttribute("width", String(n)), e.setAttribute("height", String(r));
1951
1955
  let i = e.style;
1952
- i.display = "block", i.width = `${n}px`, i.height = `${r}px`, i.maxWidth = "100%", i.border = "none", i.margin = "0", i.padding = "0", i.overflow = "hidden", i.background = "transparent";
1953
- }, ae = () => {
1956
+ i.display = "block", i.width = `${n}px`, i.height = `${r}px`, i.maxWidth = "100%", i.border = "none", i.margin = "0 auto", i.padding = "0", i.overflow = "hidden", i.background = "transparent";
1957
+ }, ne = () => {
1954
1958
  let e = E.style;
1955
1959
  e.visibility = "hidden", e.pointerEvents = "none", e.width = "0", e.height = "0", e.minHeight = "0", e.maxHeight = "0", e.position = "absolute", e.overflow = "hidden", e.border = "none", e.margin = "0", e.padding = "0";
1956
- }, oe = () => {
1957
- I || (I = !0, t.onAdapt && t.onAdapt());
1958
- }, K = (e, n = !1) => {
1960
+ }, K = () => {
1961
+ P || (P = !0, t.onAdapt && t.onAdapt());
1962
+ }, re = (e, n = !1) => {
1959
1963
  if (!C) return;
1960
1964
  k = e;
1961
- let r = z();
1962
- n ? C.style.transition = `height ${t.collapseTransitionMs}ms ease` : C.style.transition = "none", C.style.height = `${e}px`, C.style.bottom = `${r}px`, W().style.height = "100%", ne(e);
1963
- }, q = (e) => {
1964
- let n = {
1965
+ let r = I();
1966
+ n ? C.style.transition = `height ${t.collapseTransitionMs}ms ease` : C.style.transition = "none", C.style.height = `${e}px`, C.style.bottom = `${r}px`, U().style.height = "100%", ee(e);
1967
+ }, ie = (e) => {
1968
+ let n = e.progress ?? L(), r = {
1965
1969
  type: "bottomscroller:progress",
1966
- phase: A,
1967
- progress: Math.max(0, Math.min(1, e.progress ?? V())),
1968
- remainingMs: Math.max(0, Math.round(e.remainingMs ?? H())),
1970
+ phase: e.phase ?? z(n),
1971
+ progress: Math.max(0, Math.min(1, n)),
1972
+ remainingMs: 0,
1969
1973
  height: k,
1970
- active: A === "tracking",
1974
+ active: n > 0 && n < 1,
1971
1975
  ...e
1972
- }, r = re();
1973
- r && r.postMessage(n, "*"), typeof window < "u" && window.postMessage && window.postMessage(n, "*"), typeof t.onProgress == "function" && t.onProgress(n);
1974
- }, se = () => {
1975
- A = "collapsed", J(), K(t.collapsedHeight, !0), q({
1976
- phase: "collapsed",
1977
- progress: 1,
1976
+ }, i = te();
1977
+ i && i.postMessage(r, "*"), typeof window < "u" && window.postMessage && window.postMessage(r, "*"), typeof t.onProgress == "function" && t.onProgress(r);
1978
+ }, q = ({ animate: e = !1 } = {}) => {
1979
+ let t = L(), n = R(t);
1980
+ re(n, e), ie({
1981
+ phase: z(t),
1982
+ progress: t,
1978
1983
  remainingMs: 0,
1979
- active: !1
1984
+ active: t > 0 && t < 1
1980
1985
  });
1981
1986
  }, J = () => {
1982
- N &&= (s.cancelAnimationFrame(N), null);
1983
- }, ce = () => {
1984
- if (A !== "tracking") return;
1985
- if (s.scrollY <= 0) {
1986
- j = B(), A = "idle", J(), q({
1987
- phase: "idle",
1988
- active: !1
1989
- });
1990
- return;
1991
- }
1992
- let e = V();
1993
- if (q({
1994
- phase: "tracking",
1995
- progress: e,
1996
- remainingMs: H(),
1997
- active: !0
1998
- }), e >= 1) {
1999
- se();
2000
- return;
2001
- }
2002
- K(t.expandedHeight, !1), N = s.requestAnimationFrame(ce);
2003
- }, Y = () => {
2004
- A !== "collapsed" && A === "idle" && (A = "tracking", M = s.performance.now(), q({
2005
- phase: "tracking",
2006
- progress: V(),
2007
- remainingMs: H(),
2008
- active: !0
2009
- }), ce());
2010
- }, X = () => {
2011
- if (A === "collapsed") {
2012
- K(t.collapsedHeight, !1);
2013
- return;
2014
- }
2015
- s.scrollY > 0 ? A === "idle" ? Y() : A === "tracking" && ce() : A === "tracking" && (j = B(), A = "idle", J(), q({
2016
- phase: "idle",
2017
- active: !1,
2018
- progress: V(),
2019
- remainingMs: H()
2020
- }));
2021
- }, Z = () => {
2022
- X(), F && s.cancelAnimationFrame(F), F = s.requestAnimationFrame(() => {
2023
- F = null, X();
1987
+ A = !0, q({ animate: !0 });
1988
+ }, ae = () => {
1989
+ q(), M && s.cancelAnimationFrame(M), M = s.requestAnimationFrame(() => {
1990
+ M = null, q();
2024
1991
  });
2025
- }, Q = () => {
1992
+ }, oe = () => {
2026
1993
  let e = l.parentElement;
2027
1994
  for (; e && e !== c.body && e !== c.documentElement;) {
2028
1995
  let t = s.getComputedStyle(e);
@@ -2034,16 +2001,16 @@ var e = (e, t, n) => {
2034
2001
  orig: e.getAttribute("style")
2035
2002
  }), e.style.overflow = "visible"), e = e.parentElement;
2036
2003
  }
2037
- }, le = () => {
2004
+ }, se = () => {
2038
2005
  if (!(!a || a === "about:blank")) try {
2039
2006
  let e = new URL(a, s.location.href);
2040
- e.searchParams.set(n, i), T = c.createElement("iframe"), T.src = e.href, T.setAttribute("data-bottomscroller-banner-iframe", ""), T.setAttribute("scrolling", "no"), T.setAttribute("frameborder", "0"), ie(T), (_ || u).appendChild(T);
2007
+ e.searchParams.set(n, i), T = c.createElement("iframe"), T.src = e.href, T.setAttribute("data-bottomscroller-banner-iframe", ""), T.setAttribute("scrolling", "no"), T.setAttribute("frameborder", "0"), G(T), (_ || u).appendChild(T);
2041
2008
  } catch (e) {
2042
2009
  console.warn("[bottomscroller] Could not create banner iframe:", e);
2043
2010
  }
2044
2011
  };
2045
2012
  return (() => {
2046
- if (u.setAttribute("poweredAC", "0.1.105"), m.setup && m.setup(c, u), ae(), le(), Q(), C = c.createElement("div"), C.id = "bottomscroller-shell", C.setAttribute("data-bottomscroller-shell", ""), Object.assign(C.style, {
2013
+ if (u.setAttribute("poweredAC", "0.1.108"), m.setup && m.setup(c, u), ne(), se(), oe(), C = c.createElement("div"), C.id = "bottomscroller-shell", C.setAttribute("data-bottomscroller-shell", ""), Object.assign(C.style, {
2047
2014
  position: "fixed",
2048
2015
  left: "0",
2049
2016
  bottom: "0",
@@ -2058,25 +2025,17 @@ var e = (e, t, n) => {
2058
2025
  background: "transparent"
2059
2026
  }), a && a !== "about:blank") try {
2060
2027
  let e = new URL(a, s.location.href);
2061
- e.searchParams.set(n, r), w = c.createElement("iframe"), w.src = e.href, w.setAttribute("data-bottomscroller-display-iframe", ""), w.setAttribute("scrolling", "no"), w.setAttribute("frameborder", "0"), G(w), w.addEventListener("load", () => {
2062
- oe(), q({
2063
- phase: A,
2064
- progress: V(),
2065
- remainingMs: H(),
2066
- active: A === "tracking"
2067
- });
2028
+ e.searchParams.set(n, r), w = c.createElement("iframe"), w.src = e.href, w.setAttribute("data-bottomscroller-display-iframe", ""), w.setAttribute("scrolling", "no"), w.setAttribute("frameborder", "0"), W(w), w.addEventListener("load", () => {
2029
+ K(), q();
2068
2030
  }, { once: !0 }), C.appendChild(w);
2069
2031
  } catch (e) {
2070
2032
  console.warn("[bottomscroller] Could not create display iframe:", e);
2071
2033
  }
2072
- w || (D = E.parentElement, O = E.nextSibling, G(E), E.style.visibility = "", E.style.pointerEvents = "", E.style.position = "relative", C.appendChild(E), oe()), c.body.appendChild(C), K(t.expandedHeight, !1), q({
2073
- phase: "idle",
2074
- progress: 0,
2075
- remainingMs: t.collapseDurationMs,
2076
- active: !1
2077
- }), P = Z, s.addEventListener("scroll", P, { passive: !0 }), c.addEventListener("scroll", P, { passive: !0 }), c.scrollingElement?.addEventListener("scroll", P, { passive: !0 }), s.visualViewport?.addEventListener("resize", Z, { passive: !0 });
2034
+ w || (D = E.parentElement, O = E.nextSibling, W(E), E.style.visibility = "", E.style.pointerEvents = "", E.style.position = "relative", C.appendChild(E), K()), c.body.appendChild(C), q(), N = (e) => {
2035
+ e?.data?.type === "bottomscroller:collapse" && J();
2036
+ }, s.addEventListener("message", N), j = ae, s.addEventListener("scroll", j, { passive: !0 }), c.addEventListener("scroll", j, { passive: !0 }), c.scrollingElement?.addEventListener("scroll", j, { passive: !0 }), s.visualViewport?.addEventListener("resize", ae, { passive: !0 });
2078
2037
  })(), () => {
2079
- J(), P &&= (s.removeEventListener("scroll", P), c.removeEventListener("scroll", P), c.scrollingElement?.removeEventListener("scroll", P), null), F &&= (s.cancelAnimationFrame(F), null), s.visualViewport?.removeEventListener("resize", Z), w &&= (w.remove(), null), T &&= (T.remove(), null), C &&= (D && E.parentElement === C && (O ? D.insertBefore(E, O) : D.appendChild(E)), C.remove(), null);
2038
+ N &&= (s.removeEventListener("message", N), null), j &&= (s.removeEventListener("scroll", j), c.removeEventListener("scroll", j), c.scrollingElement?.removeEventListener("scroll", j), null), M &&= (s.cancelAnimationFrame(M), null), s.visualViewport?.removeEventListener("resize", ae), w &&= (w.remove(), null), T &&= (T.remove(), null), C &&= (D && E.parentElement === C && (O ? D.insertBefore(E, O) : D.appendChild(E)), C.remove(), null);
2080
2039
  for (let { el: e, orig: t } of x) t ? e.setAttribute("style", t) : e.removeAttribute("style");
2081
2040
  x.length = 0;
2082
2041
  for (let { el: e, paddingBottom: t, paddingBottomPriority: n, paddingTop: r, paddingTopPriority: i } of S) t ? e.style.setProperty("padding-bottom", t, n) : e.style.removeProperty("padding-bottom"), r ? e.style.setProperty("padding-top", r, i) : e.style.removeProperty("padding-top");
@@ -2088,6 +2047,6 @@ function H({ adFormat: e = "", stickyOffset: t = 0, logoPosX: n = 0, logoHeight:
2088
2047
  let o = () => {};
2089
2048
  return e === "fireplace" ? o = m(t) : e === "fireplace-collant" ? o = h(t) : e === "logomorph" ? o = F(n, r, i) : e === "dynamicheading" ? o = P(a) : e === "interscroller" ? o = L(a) : e === "liquidframe" ? o = R(a) : e === "mobilefireplace" ? o = z(a) : e === "bottomscroller" ? o = B(a) : console.warn("[powered-ad-config] Unknown ad format:", e), V = typeof o == "function" ? o : () => {}, V;
2090
2049
  }
2091
- H.version = "0.1.105";
2050
+ H.version = "0.1.108";
2092
2051
  //#endregion
2093
2052
  export { H as default };
@@ -2,7 +2,7 @@
2
2
  div:has(#adspot-tablet-takeover-2-above) {
3
3
  position: static;
4
4
  }
5
- `},w=()=>{let r=window.parent.document,i=e,o=t,s=e=>e?Array.from(e.querySelectorAll(`:scope > main, :scope > aside, :scope > footer`)):[],c=e=>a([v(`page-container`,e),v(`container`,e)]),l=e=>a([...y(`main`,e),...y(`sidebar`,e),...y(`footer`,e)]),u=(e,t)=>{n(r,e,t)},d=e=>{o(Array.from(e.querySelectorAll(`*`)).filter(e=>e.children.length>0?!1:e.textContent?.trim().toLowerCase()===`advertisement`),[[`display`,`none`]])};i(r.querySelector(`section[data-section="marketing-banner"]`),`position`,`relative`),i(r.querySelector(`div[data-testid="live-tv"]`)?.parentNode,`position`,`relative`),i(r.querySelector(`div[data-contentunit-id="stan"]`)?.parentNode,`position`,`relative`),i(r.querySelector(`small`),`position`,`inherit`);let f=x(),p=f?.appRoot,m=f?.desktopHeaderAds,h=f?.billboardContainer;if(p){let e=f.headerShell,t=v(`header-nav`,p),n=c(p),r=l(p),g=y(`sidebar-sticky`,p),_=Array.from(p.children).filter(e=>e.tagName!==`SCRIPT`),b=h?_.indexOf(h):-1,x=_.filter((e,t)=>t<b),S=n.length>0?n:b>=0?_.filter((t,n)=>n>b&&t!==e):_.filter(t=>t!==m&&t!==e);i(m,`height`,`250px`),i(m,`padding`,`0px`),m&&d(m),o(x,[[`position`,`relative`],[`zIndex`,`1085`]]),i(e,`zIndex`,`1085`),i(t,`position`,`relative`),i(t,`zIndex`,`1086`),u(`powered-ac-nine-new-header-overrides`,`
5
+ `},w=()=>{let r=window.parent.document,i=e,o=t,s=e=>e?Array.from(e.querySelectorAll(`:scope > main, :scope > aside, :scope > footer`)):[],c=e=>a([v(`page-container`,e),v(`container`,e)]),l=e=>a([...y(`main`,e),...y(`sidebar`,e),...y(`footer`,e)]),u=(e,t)=>{n(r,e,t)},d=e=>{let t=Array.from(e.querySelectorAll(`*`)).filter(e=>e.children.length>0?!1:e.textContent?.trim().toLowerCase()===`advertisement`);o(t,[[`display`,`none`]])};i(r.querySelector(`section[data-section="marketing-banner"]`),`position`,`relative`),i(r.querySelector(`div[data-testid="live-tv"]`)?.parentNode,`position`,`relative`),i(r.querySelector(`div[data-contentunit-id="stan"]`)?.parentNode,`position`,`relative`),i(r.querySelector(`small`),`position`,`inherit`);let f=x(),p=f?.appRoot,m=f?.desktopHeaderAds,h=f?.billboardContainer;if(p){let e=f.headerShell,t=v(`header-nav`,p),n=c(p),r=l(p),g=y(`sidebar-sticky`,p),_=Array.from(p.children).filter(e=>e.tagName!==`SCRIPT`),b=h?_.indexOf(h):-1,x=_.filter((e,t)=>t<b),S=n.length>0?n:b>=0?_.filter((t,n)=>n>b&&t!==e):_.filter(t=>t!==m&&t!==e);i(m,`height`,`250px`),i(m,`padding`,`0px`),m&&d(m),o(x,[[`position`,`relative`],[`zIndex`,`1085`]]),i(e,`zIndex`,`1085`),i(t,`position`,`relative`),i(t,`zIndex`,`1086`),u(`powered-ac-nine-new-header-overrides`,`
6
6
  #app > [data-ad-target="header"] {
7
7
  width: min(1190px, calc(100vw - 32px)) !important;
8
8
  max-width: min(1190px, calc(100vw - 32px)) !important;
@@ -69,7 +69,7 @@
69
69
  #app [data-ad-target="header-nav"] [role="menuitem"][aria-haspopup="menu"] {
70
70
  position: static;
71
71
  }
72
- `),a(Array.from(r.querySelectorAll(`main, aside, article, footer, [id*="adspot-desktop-banner-"]`)),[[`position`,`relative`],[`zIndex`,`1072`]]),a(y(`sidebar-sticky`,c||r),[[`zIndex`,`1072`]]);let l=s(r.querySelector(`footer`),`div`);l&&i(l,`position`,`relative`)}},D=[{site:`https://www.nine.com.au/sport`,config:E},{site:`https://www.nine.com.au/entertainment`,config:T},{site:`https://staging.nine.com.au/sport`,config:E},{site:`https://staging.nine.com.au/entertainment`,config:T},{site:`https://www.nine.com.au`,config:T},{site:`https://www.nine`,config:T},{site:`https://staging.nine`,config:T},{site:`https://www.yourtv`,config:_},{site:`https://staging.yourtv`,config:_}],O=()=>{let e=window.document.getElementById(`nineContent`);if(e&&(e.style.backgroundColor=L.siteBackgroundColor),N(),M(),j(),d.addEventListener(`scroll`,I),R=setTimeout(I,50),L===T||L===E){let e=L===T||L===E?x():null,t=e?.appRoot||S()||m.body,n=e?.desktopHeaderAds||m.querySelector(`#desktop-header-ads`);t&&d.MutationObserver&&(g=new d.MutationObserver(()=>{F()}),g.observe(t,{childList:!0,subtree:!0}),n&&n!==t&&g.observe(n,{childList:!0,subtree:!0,attributes:!0,attributeFilter:[`class`]})),d.addEventListener(`resize`,F),F()}},k=()=>{let e=null;return e=m.querySelector(`div[id*="billboard"][id*="above"]`),e},A=()=>{let e=d.location.href;for(let t=0;t<D.length;t+=1)if(e.indexOf(D[t].site)>=0)return D[t].config;try{let t=new URL(e),n=t.hostname.toLowerCase(),r=t.pathname.toLowerCase();if(n.includes(`yourtv`))return _;if(r.startsWith(`/sport`))return E}catch{return T}return T},j=()=>{if(!window.parent)return;let e=m.querySelector(`div[id*="halfpage"][id*="above"]`);if(!e)return;let t=e;for(let e=0;e<6;e++)if(t=t.parentNode,t&&d.getComputedStyle(t).position===`sticky`){t.style.top=`${L.stickyMargin.offset}px`;break}},M=()=>{if(!u)return;let e=u.style;e.width=L.iframeWidth||`100%`,e.height=L.iframeHeight||f,e.backgroundColor=L.iframeBackgroundColor||p,e.position=`fixed`,L.iframeTop==null?e.removeProperty(`top`):e.top=L.iframeTop,e.left=`50%`,e.transform=`translate(-50%, 0)`;let t=u.parentElement;for(;t&&t!==m.body&&t!==m.documentElement;){let e=d.getComputedStyle(t);e.transform&&e.transform!==`none`&&(t.style.transform=`none`),e.willChange&&e.willChange!==`auto`&&(t.style.willChange=`auto`),e.contain&&e.contain!==`none`&&(t.style.contain=`none`),e.filter&&e.filter!==`none`&&(t.style.filter=`none`),e.perspective&&e.perspective!==`none`&&(t.style.perspective=`none`),e.overflow!==`visible`&&(t.style.overflow=`visible`),t=t.parentElement}},N=()=>{let e=k();if(!e)return;c(e,`0.1.105`);let t=e.style;e.className&&=``,t.minHeight=`250px`,t.marginTop=L.adNodeMarginTop+`px`,t.marginBottom=L.adNodeMarginBottom+`px`,t.position=`static`,t.display=`block`,L.zIndex&&L.zIndex()},P=()=>{let e=d.scrollY,t=u.style,n=document.getElementById(`siteContent`)?document.getElementById(`siteContent`).style:{};e>=0&&e<=z?(t.transform=`translate(-50%, ${-e}px)`,n.transform=`translateY(0)`):e>z&&e<=B?(t.transform=`translate(-50%, ${-z}px)`,n.transform=`translateY(${z-e}px)`):e>B&&(t.transform=`translate(-50%, ${-z}px)`,n.transform=`translateY(-250px)`)},F=()=>{L!==T&&L!==E||h||(h=d.requestAnimationFrame(()=>{h=null,M(),N(),j(),P()}))},I=()=>{P()};k();let L=A();if(!L)return()=>{};let R=null,z=l,B=z+250;return O(),()=>{d.removeEventListener(`scroll`,I),d.removeEventListener(`resize`,F),g&&=(g.disconnect(),null),h&&=(d.cancelAnimationFrame(h),null),R&&=(clearTimeout(R),null)}},h=o=>{let c=window.frameElement?window.frameElement:null;if(!c)return()=>{};let l=window.parent;if(!l||l===window)return()=>{};let u=null;try{u=l.document,l.location.href}catch{return()=>{}}let d=document.getElementById(`nineMasthead`),f=d?d.style:{},p,m=e=>{if(!e.querySelector(`div[id*="tablet"][id*="takeover"]`))return;let t=e.getElementById(`powered-ac-tablet-takeover-static-fix`);t||(t=e.createElement(`style`),t.id=`powered-ac-tablet-takeover-static-fix`,e.head.appendChild(t)),t.textContent=`
72
+ `),a(Array.from(r.querySelectorAll(`main, aside, article, footer, [id*="adspot-desktop-banner-"]`)),[[`position`,`relative`],[`zIndex`,`1072`]]),a(y(`sidebar-sticky`,c||r),[[`zIndex`,`1072`]]);let l=s(r.querySelector(`footer`),`div`);l&&i(l,`position`,`relative`)}},D=[{site:`https://www.nine.com.au/sport`,config:E},{site:`https://www.nine.com.au/entertainment`,config:T},{site:`https://staging.nine.com.au/sport`,config:E},{site:`https://staging.nine.com.au/entertainment`,config:T},{site:`https://www.nine.com.au`,config:T},{site:`https://www.nine`,config:T},{site:`https://staging.nine`,config:T},{site:`https://www.yourtv`,config:_},{site:`https://staging.yourtv`,config:_}],O=()=>{let e=window.document.getElementById(`nineContent`);if(e&&(e.style.backgroundColor=L.siteBackgroundColor),N(),M(),j(),d.addEventListener(`scroll`,I),R=setTimeout(I,50),L===T||L===E){let e=L===T||L===E?x():null,t=e?.appRoot||S()||m.body,n=e?.desktopHeaderAds||m.querySelector(`#desktop-header-ads`);t&&d.MutationObserver&&(g=new d.MutationObserver(()=>{F()}),g.observe(t,{childList:!0,subtree:!0}),n&&n!==t&&g.observe(n,{childList:!0,subtree:!0,attributes:!0,attributeFilter:[`class`]})),d.addEventListener(`resize`,F),F()}},k=()=>{let e=null;return e=m.querySelector(`div[id*="billboard"][id*="above"]`),e},A=()=>{let e=d.location.href;for(let t=0;t<D.length;t+=1)if(e.indexOf(D[t].site)>=0)return D[t].config;try{let t=new URL(e),n=t.hostname.toLowerCase(),r=t.pathname.toLowerCase();if(n.includes(`yourtv`))return _;if(r.startsWith(`/sport`))return E}catch{return T}return T},j=()=>{if(!window.parent)return;let e=m.querySelector(`div[id*="halfpage"][id*="above"]`);if(!e)return;let t=e;for(let e=0;e<6;e++)if(t=t.parentNode,t&&d.getComputedStyle(t).position===`sticky`){t.style.top=`${L.stickyMargin.offset}px`;break}},M=()=>{if(!u)return;let e=u.style;e.width=L.iframeWidth||`100%`,e.height=L.iframeHeight||f,e.backgroundColor=L.iframeBackgroundColor||p,e.position=`fixed`,L.iframeTop==null?e.removeProperty(`top`):e.top=L.iframeTop,e.left=`50%`,e.transform=`translate(-50%, 0)`;let t=u.parentElement;for(;t&&t!==m.body&&t!==m.documentElement;){let e=d.getComputedStyle(t);e.transform&&e.transform!==`none`&&(t.style.transform=`none`),e.willChange&&e.willChange!==`auto`&&(t.style.willChange=`auto`),e.contain&&e.contain!==`none`&&(t.style.contain=`none`),e.filter&&e.filter!==`none`&&(t.style.filter=`none`),e.perspective&&e.perspective!==`none`&&(t.style.perspective=`none`),e.overflow!==`visible`&&(t.style.overflow=`visible`),t=t.parentElement}},N=()=>{let e=k();if(!e)return;c(e,`0.1.108`);let t=e.style;e.className&&=``,t.minHeight=`250px`,t.marginTop=L.adNodeMarginTop+`px`,t.marginBottom=L.adNodeMarginBottom+`px`,t.position=`static`,t.display=`block`,L.zIndex&&L.zIndex()},P=()=>{let e=d.scrollY,t=u.style,n=document.getElementById(`siteContent`)?document.getElementById(`siteContent`).style:{};e>=0&&e<=z?(t.transform=`translate(-50%, ${-e}px)`,n.transform=`translateY(0)`):e>z&&e<=B?(t.transform=`translate(-50%, ${-z}px)`,n.transform=`translateY(${z-e}px)`):e>B&&(t.transform=`translate(-50%, ${-z}px)`,n.transform=`translateY(-250px)`)},F=()=>{L!==T&&L!==E||h||(h=d.requestAnimationFrame(()=>{h=null,M(),N(),j(),P()}))},I=()=>{P()};k();let L=A();if(!L)return()=>{};let R=null,z=l,B=z+250;return O(),()=>{d.removeEventListener(`scroll`,I),d.removeEventListener(`resize`,F),g&&=(g.disconnect(),null),h&&=(d.cancelAnimationFrame(h),null),R&&=(clearTimeout(R),null)}},h=o=>{let c=window.frameElement?window.frameElement:null;if(!c)return()=>{};let l=window.parent;if(!l||l===window)return()=>{};let u=null;try{u=l.document,l.location.href}catch{return()=>{}}let d=document.getElementById(`nineMasthead`),f=d?d.style:{},p,m=e=>{if(!e.querySelector(`div[id*="tablet"][id*="takeover"]`))return;let t=e.getElementById(`powered-ac-tablet-takeover-static-fix`);t||(t=e.createElement(`style`),t.id=`powered-ac-tablet-takeover-static-fix`,e.head.appendChild(t)),t.textContent=`
73
73
  div:has(#adspot-tablet-takeover-2-above) {
74
74
  position: static;
75
75
  }
@@ -132,9 +132,9 @@
132
132
  transform: translateX(-50%) !important;
133
133
  z-index: 1089 !important;
134
134
  }
135
- `)},y={siteBackgroundColor:`#ffffff`,fireplaceLeftMargin:0,adNodeMarginTop:-24,adNodeMarginBottom:24,responsiveScroll:-124,xPosHalfpage:722,yPosHalfpage:72,stickyMargin:{offset:160,isSticky:!0},maskOffset:298,zIndex:function(){let e=window.parent.document,t=(e,t)=>e.forEach(e=>t.forEach(([t,n])=>e.style[t]=n));e.querySelector(`.nk-demographics`)?.setAttribute(`style`,`max-width:1190px;left:50%;transform:translate(-50%,0);`),e.querySelector(`.nk-footer`)?.setAttribute(`style`,`position:relative;max-width:1190px;left:50%;transform:translate(-50%,0);`),e.querySelector(`article`)?.setAttribute(`style`,`position:relative`),e.querySelector(`#article`)?.setAttribute(`style`,`position:relative`),e.querySelector(`#VideoIndex`)?.setAttribute(`style`,`position:relative`),e.querySelector(`#Index`)?.setAttribute(`style`,`position:relative`),e.querySelector(`.show`)?.setAttribute(`style`,`position:relative`),e.querySelector(`#adspot-desktop-banner-7-below`)?.setAttribute(`style`,`position:relative`),t(e.querySelectorAll(`.column`),[[`position`,`relative`]]),t(e.querySelectorAll(`.advert`),[[`position`,`relative`]]),t(e.querySelectorAll(`blockquote`),[[`zIndex`,`1`]]),e.querySelector(`div[type="BANNER"]`)?.setAttribute(`style`,`display:none`),e.querySelector(`div[type="MBANNER"]`)?.setAttribute(`style`,`display:none`)}},b={siteBackgroundColor:`#ffffff`,fireplaceLeftMargin:0,adNodeMarginTop:-24,adNodeMarginBottom:-13,responsiveScroll:-120,xPosHalfpage:722,yPosHalfpage:32,stickyMargin:{offset:166,isSticky:!0},maskOffset:304,zIndex:function(){let e=window.parent.document;e.querySelector(`section[data-section="marketing-banner"]`)?.setAttribute(`style`,`position:relative`),e.querySelector(`div[data-testid="live-tv"]`)?.parentNode?.setAttribute(`style`,`position:relative`),e.querySelector(`div[data-contentunit-id="stan"]`)?.parentNode?.setAttribute(`style`,`position:relative`),e.querySelector(`small`)?.setAttribute(`style`,`position:inherit`),m(e),v()}},x={siteBackgroundColor:`#ffffff`,fireplaceLeftMargin:0,adNodeMarginTop:-24,adNodeMarginBottom:0,responsiveScroll:-124,xPosHalfpage:720,yPosHalfpage:32,stickyMargin:{offset:160,isSticky:!0},maskOffset:312,zIndex:function(){let e=window.parent.document,t=s(e.querySelector(`footer`),`div`);t&&(t.style.position=`relative`),m(e),v()}},S=[{site:`https://www.nine.com.au/sport`,config:x},{site:`https://www.nine.com.au/entertainment`,config:b},{site:`https://staging.nine.com.au/sport`,config:x},{site:`https://staging.nine.com.au/entertainment`,config:b},{site:`https://www.nine.com.au`,config:b},{site:`https://www.nine`,config:b},{site:`https://staging.nine`,config:b},{site:`https://www.yourtv`,config:y},{site:`https://staging.yourtv`,config:y}],C=()=>{let e=window.document.getElementById(`nineContent`);e&&(e.style.backgroundColor=F.siteBackgroundColor),d&&(f.setProperty(`--masthead-height`,`250px`),f.height=`var(--masthead-height)`),k(),O(),E(),A(),l.addEventListener(`scroll`,N,{passive:!0}),I=setTimeout(N,50)},w=()=>{let e=null;return e=u.querySelector(`div[id*="billboard"][id*="above"]`),e},T=()=>{let e=u.querySelector(`nav`);if(h(`header-ad-desktop`)||!e)return 0;let t=l.getComputedStyle(e);if(t.position!==`fixed`)return 0;let n=parseFloat(t.top||`0`);return Number.isFinite(n)&&Math.abs(n)>1?0:Math.round(e.getBoundingClientRect().height)||0},E=()=>{let e=null;if(!window.parent)return e;if(e=u.querySelector(`div[id*="halfpage"][id*="above"]`),!e)return;let t=e;for(let e=0;e<6;e++)if(t=t.parentNode,t&&l.getComputedStyle(t).position===`sticky`){t.style.top=`${F.stickyMargin.offset}px`;break}},D=()=>{let e=l.location.href;for(let t=0;t<S.length;t+=1)if(e.indexOf(S[t].site)>=0)return S[t].config},O=()=>{if(!c)return;let e=c.style;e.width=`100%`,e.height=`1000px`,e.position=`fixed`,e.left=`50%`,e.setProperty(`--transform-y`,`0px`),e.transform=`translate3d(-50%, var(--transform-y), 0)`},k=()=>{if(!P)return;let e=P.style;P.className=``,e.minHeight=`250px`,e.marginTop=F.adNodeMarginTop+`px`,e.marginBottom=F.adNodeMarginBottom+`px`,e.position=`static`,e.display=`block`,F.zIndex&&F.zIndex()},A=()=>{p=u.querySelector(`div[data-contentunit-id="stan"]`)?.parentNode||u.querySelector(`div[data-ui-testid="header-score-strip"]`)?.parentNode||h(`main`)||h(`container`)||h(`page-container`)||u.querySelector(`div[class*="__MyContainer"]`)||u.querySelector(`div[class*="__ArticleContainer"]`)||u.querySelector(`div[class*="__VideoIndexComponent"]`)||u.querySelector(`div.container.layout`)||u.querySelector(`main.container.layout`),p&&(p.style.willChange=`clip-path`,p.style.transition=`none`,p.style.webkitBackfaceVisibility=`hidden`,p.style.backfaceVisibility=`hidden`,p.style.transform=`translate3d(0,0,0)`,p.style.backgroundColor=F.siteBackgroundColor,p.style.setProperty(`--mask-inset`,`0px`),p.style.clipPath=`inset(var(--mask-inset, 0px) 0 0 0)`)},j=0,M=0,N=()=>{let e=l.scrollY,t=e>j,n=e>R?e-F.maskOffset:0,r=Math.abs(n-M);if(p)if(t&&n>M)if(r>100){let e=Math.max(0,n-100);p.style.transition=`none`,p.style.setProperty(`--mask-inset`,`${e}px`),p.offsetHeight,p.style.transition=`clip-path 0.3s ease-out`,p.style.setProperty(`--mask-inset`,`${n}px`)}else p.style.transition=`clip-path 0.3s ease-out`,p.style.setProperty(`--mask-inset`,`${n}px`);else p.style.transition=`none`,p.style.setProperty(`--mask-inset`,`${n}px`);j=e,M=n,e>R?(c.style.setProperty(`--transform-y`,`${-L}px`),f.setProperty(`--masthead-height`,`100px`),window.CollantOn||window.goCollant()):e>L&&e<=R?(c.style.setProperty(`--transform-y`,`${-L}px`),f.setProperty(`--masthead-height`,`${250+L-e}px`),window.CollantOn&&window.goBillboard()):e>=0&&e<=L&&(c.style.setProperty(`--transform-y`,`${-e}px`),f.setProperty(`--masthead-height`,`250px`),window.CollantOn&&window.goBillboard())},P=w(),F=D();if(!F)return()=>{};let I=null,L=-F.responsiveScroll+o+T(),R=L+150;return C(),()=>{l.removeEventListener(`scroll`,N),I&&=(clearTimeout(I),null)}},g=866,_=68,v=16,y=`:scope > header h1, :scope > header h2, :scope > header h3`,b=`h1, h2, h3`,x=`#app main header h1, #app main header h2, #app main header h3, #app h1, #app h2, #app h3`,S=`adspot-desktop-takeover-2-above`,C=-24,w=-24,T=[`www.nine.com.au`,`staging.nine.com.au`,`preview.nine.com.au`,`render-web-nine-staging-v1.ffxblue.com.au`,`render-web-nine-production-v1.ffxblue.com.au`],E=[{hostnames:T,path:`/sport`,headingText:`Sport`,slotId:S}],D=new Set([`localhost`,`127.0.0.1`]),O=`__poweredAdConfigDynamicHeadingActive`,k=`data-pac-dynamicheading-owner`,A=`data-pac-reparented`,j=(e,t)=>{if(typeof e==`number`&&Number.isFinite(e))return`${e}px`;if(typeof e==`string`){let n=e.trim();return n?/^-?\d+(\.\d+)?$/.test(n)?`${n}px`:n:`${t}px`}return`${t}px`},M=e=>{if(!e||typeof e!=`object`)return null;let t=typeof e.headingText==`string`?e.headingText.trim():``,n=typeof e.path==`string`?e.path.trim().toLowerCase():``,r=typeof e.pathPrefix==`string`?e.pathPrefix.trim().toLowerCase():``,i=Array.isArray(e.hostnames)?e.hostnames.map(e=>String(e).trim().toLowerCase()).filter(Boolean):[];return!t||!n&&!r?null:{headingText:t,path:n||null,pathPrefix:r||null,slotId:typeof e.slotId==`string`&&e.slotId.trim()?e.slotId.trim():S,hostnames:i.length?i:T}},N=e=>{if(!Array.isArray(e)||e.length===0)return E;let t=e.map(M).filter(Boolean);return t.length?t:E},P=({offsetTop:e=C,offsetLeft:t=w,width:n=g,height:i=_,pageTargets:a=E}={})=>{let o=window.frameElement||null;if(!o)return()=>{};let s=window.parent;if(!s||s===window)return()=>{};let c=null;try{c=s.document,s.location.href}catch{return()=>{}}let l=s[O];if(l?.iframe===o&&typeof l.cleanup==`function`)return l.cleanup;if(l?.iframe?.isConnected&&typeof l?.cleanup==`function`)return()=>{};typeof l?.cleanup==`function`&&l.cleanup();let u=`dynamicheading-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,d=(e,t,n)=>{e&&e.style[t]!==n&&(e.style[t]=n)},f=()=>{try{let e=window.location.hostname.toLowerCase();return D.has(e)?!0:new URLSearchParams(window.location.search).get(`keepDynamicHeadingVisible`)===`1`}catch{return!1}},p=(e=o.parentElement)=>{let t=e;for(;t&&t!==c.body;){let e=t.id||``,n=t.getAttribute?.(`data-testid`)||``,r=t.getAttribute?.(`type`)||``;if(e.includes(`adspot`)||n.toLowerCase().includes(`ad`)||r)return t;t=t.parentElement}return o.parentElement},m=()=>{try{let e=new URL(s.location.href),t=e.hostname.toLowerCase(),n=e.pathname.toLowerCase();return B.find(e=>{let r=e.hostnames.includes(t),i=e.path?n===e.path:n.startsWith(e.pathPrefix);return r&&i})||null}catch{return null}return null},h=()=>{let e=r(c,`app`)||c.getElementById(`app`)||c,t=r(e,`page-container`)||e;return r(r(t,`container`)||t,`main`)||r(e,`main`)||c.querySelector(`#app main`)||null},S=e=>{if(!e||!e.isConnected)return!1;let t=e.getBoundingClientRect();if(t.width<=0||t.height<=0)return!1;let n=s.getComputedStyle(e);return n.display!==`none`&&n.visibility!==`hidden`},T=()=>{let e=h(),t=e?[...e.querySelectorAll(y),...e.querySelectorAll(b)]:[],n=t.length?[]:Array.from(c.querySelectorAll(x));return Array.from(new Set([...t,...n])).filter(S)},M=e=>{let t=T();if(!t.length)return null;let n=typeof e==`string`?e.trim().toLowerCase():``;if(n){let e=t.find(e=>e.textContent?.trim().toLowerCase()===n);if(e)return e}return t.find(e=>e.tagName===`H1`)||t[0]||null},P=null,F=null;f();let I=j(e,C),L=j(t,w),R=j(n,g),z=j(i,_),B=N(a),V=m();if(!V)return()=>{};let H=p((V.slotId?c.getElementById(V.slotId):null)||o.parentElement);if(!H)return()=>{};let ee=H.getAttribute(k);if(ee&&ee!==u)return()=>{};let U={width:H.style.width,maxWidth:H.style.maxWidth,minWidth:H.style.minWidth,height:H.style.height,minHeight:H.style.minHeight,marginTop:H.style.marginTop,marginBottom:H.style.marginBottom,marginLeft:H.style.marginLeft,marginRight:H.style.marginRight,position:H.style.position,top:H.style.top,left:H.style.left,right:H.style.right,transform:H.style.transform,display:H.style.display,opacity:H.style.opacity,transition:H.style.transition,pointerEvents:H.style.pointerEvents,zIndex:H.style.zIndex,overflow:H.style.overflow},te={width:o.style.width,height:o.style.height,display:o.style.display,border:o.style.border,position:o.style.position,pointerEvents:o.style.pointerEvents},ne=[],W=parseFloat(z)||_,re=parseFloat(I)||0,G=parseFloat(L)||0,ie=()=>{let e=H.parentElement;for(;e&&e!==c.body;)ne.push({element:e,overflow:e.style.overflow}),d(e,`overflow`,`visible`),e=e.parentElement},ae=()=>{d(H,`width`,R),d(H,`maxWidth`,R),d(H,`minWidth`,R),d(H,`height`,z),d(H,`minHeight`,z),d(H,`display`,`block`),d(H,`overflow`,`hidden`),d(H,`pointerEvents`,`none`),d(H,`zIndex`,`1080`),H.setAttribute(k,u),d(o,`width`,R),d(o,`height`,z),d(o,`display`,`block`),d(o,`border`,`0`),d(o,`position`,`relative`),d(o,`pointerEvents`,`auto`)},oe={element:null,position:``},K=()=>{let e=H.parentElement;e&&s.getComputedStyle(e).position===`static`&&(oe.element=e,oe.position=e.style.position,d(e,`position`,`relative`)),d(H,`position`,`absolute`),d(H,`top`,`${re}px`),d(H,`left`,`${G}px`),d(H,`right`,`auto`),d(H,`marginTop`,`0px`),d(H,`marginBottom`,`${v}px`),d(H,`marginLeft`,`0px`),d(H,`marginRight`,`0px`),d(H,`transform`,``)},q=e=>{let t=null;try{let e=o.contentDocument;if(!e)return!1;let n=e.getElementById(`unitContainer`);if(!n)return!1;let r=Array.from(e.querySelectorAll(`link[rel="stylesheet"]`)).map(e=>e.outerHTML).join(`
135
+ `)},y={siteBackgroundColor:`#ffffff`,fireplaceLeftMargin:0,adNodeMarginTop:-24,adNodeMarginBottom:24,responsiveScroll:-124,xPosHalfpage:722,yPosHalfpage:72,stickyMargin:{offset:160,isSticky:!0},maskOffset:298,zIndex:function(){let e=window.parent.document,t=(e,t)=>e.forEach(e=>t.forEach(([t,n])=>e.style[t]=n));e.querySelector(`.nk-demographics`)?.setAttribute(`style`,`max-width:1190px;left:50%;transform:translate(-50%,0);`),e.querySelector(`.nk-footer`)?.setAttribute(`style`,`position:relative;max-width:1190px;left:50%;transform:translate(-50%,0);`),e.querySelector(`article`)?.setAttribute(`style`,`position:relative`),e.querySelector(`#article`)?.setAttribute(`style`,`position:relative`),e.querySelector(`#VideoIndex`)?.setAttribute(`style`,`position:relative`),e.querySelector(`#Index`)?.setAttribute(`style`,`position:relative`),e.querySelector(`.show`)?.setAttribute(`style`,`position:relative`),e.querySelector(`#adspot-desktop-banner-7-below`)?.setAttribute(`style`,`position:relative`),t(e.querySelectorAll(`.column`),[[`position`,`relative`]]),t(e.querySelectorAll(`.advert`),[[`position`,`relative`]]),t(e.querySelectorAll(`blockquote`),[[`zIndex`,`1`]]),e.querySelector(`div[type="BANNER"]`)?.setAttribute(`style`,`display:none`),e.querySelector(`div[type="MBANNER"]`)?.setAttribute(`style`,`display:none`)}},b={siteBackgroundColor:`#ffffff`,fireplaceLeftMargin:0,adNodeMarginTop:-24,adNodeMarginBottom:-13,responsiveScroll:-120,xPosHalfpage:722,yPosHalfpage:32,stickyMargin:{offset:166,isSticky:!0},maskOffset:304,zIndex:function(){let e=window.parent.document;e.querySelector(`section[data-section="marketing-banner"]`)?.setAttribute(`style`,`position:relative`),e.querySelector(`div[data-testid="live-tv"]`)?.parentNode?.setAttribute(`style`,`position:relative`),e.querySelector(`div[data-contentunit-id="stan"]`)?.parentNode?.setAttribute(`style`,`position:relative`),e.querySelector(`small`)?.setAttribute(`style`,`position:inherit`),m(e),v()}},x={siteBackgroundColor:`#ffffff`,fireplaceLeftMargin:0,adNodeMarginTop:-24,adNodeMarginBottom:0,responsiveScroll:-124,xPosHalfpage:720,yPosHalfpage:32,stickyMargin:{offset:160,isSticky:!0},maskOffset:312,zIndex:function(){let e=window.parent.document,t=s(e.querySelector(`footer`),`div`);t&&(t.style.position=`relative`),m(e),v()}},S=[{site:`https://www.nine.com.au/sport`,config:x},{site:`https://www.nine.com.au/entertainment`,config:b},{site:`https://staging.nine.com.au/sport`,config:x},{site:`https://staging.nine.com.au/entertainment`,config:b},{site:`https://www.nine.com.au`,config:b},{site:`https://www.nine`,config:b},{site:`https://staging.nine`,config:b},{site:`https://www.yourtv`,config:y},{site:`https://staging.yourtv`,config:y}],C=()=>{let e=window.document.getElementById(`nineContent`);e&&(e.style.backgroundColor=F.siteBackgroundColor),d&&(f.setProperty(`--masthead-height`,`250px`),f.height=`var(--masthead-height)`),k(),O(),E(),A(),l.addEventListener(`scroll`,N,{passive:!0}),I=setTimeout(N,50)},w=()=>{let e=null;return e=u.querySelector(`div[id*="billboard"][id*="above"]`),e},T=()=>{let e=u.querySelector(`nav`);if(h(`header-ad-desktop`)||!e)return 0;let t=l.getComputedStyle(e);if(t.position!==`fixed`)return 0;let n=parseFloat(t.top||`0`);return Number.isFinite(n)&&Math.abs(n)>1?0:Math.round(e.getBoundingClientRect().height)||0},E=()=>{let e=null;if(!window.parent)return e;if(e=u.querySelector(`div[id*="halfpage"][id*="above"]`),!e)return;let t=e;for(let e=0;e<6;e++)if(t=t.parentNode,t&&l.getComputedStyle(t).position===`sticky`){t.style.top=`${F.stickyMargin.offset}px`;break}},D=()=>{let e=l.location.href;for(let t=0;t<S.length;t+=1)if(e.indexOf(S[t].site)>=0)return S[t].config},O=()=>{if(!c)return;let e=c.style;e.width=`100%`,e.height=`1000px`,e.position=`fixed`,e.left=`50%`,e.setProperty(`--transform-y`,`0px`),e.transform=`translate3d(-50%, var(--transform-y), 0)`},k=()=>{if(!P)return;let e=P.style;P.className=``,e.minHeight=`250px`,e.marginTop=F.adNodeMarginTop+`px`,e.marginBottom=F.adNodeMarginBottom+`px`,e.position=`static`,e.display=`block`,F.zIndex&&F.zIndex()},A=()=>{p=u.querySelector(`div[data-contentunit-id="stan"]`)?.parentNode||u.querySelector(`div[data-ui-testid="header-score-strip"]`)?.parentNode||h(`main`)||h(`container`)||h(`page-container`)||u.querySelector(`div[class*="__MyContainer"]`)||u.querySelector(`div[class*="__ArticleContainer"]`)||u.querySelector(`div[class*="__VideoIndexComponent"]`)||u.querySelector(`div.container.layout`)||u.querySelector(`main.container.layout`),p&&(p.style.willChange=`clip-path`,p.style.transition=`none`,p.style.webkitBackfaceVisibility=`hidden`,p.style.backfaceVisibility=`hidden`,p.style.transform=`translate3d(0,0,0)`,p.style.backgroundColor=F.siteBackgroundColor,p.style.setProperty(`--mask-inset`,`0px`),p.style.clipPath=`inset(var(--mask-inset, 0px) 0 0 0)`)},j=0,M=0,N=()=>{let e=l.scrollY,t=e>j,n=e>R?e-F.maskOffset:0,r=Math.abs(n-M);if(p)if(t&&n>M)if(r>100){let e=Math.max(0,n-100);p.style.transition=`none`,p.style.setProperty(`--mask-inset`,`${e}px`),p.offsetHeight,p.style.transition=`clip-path 0.3s ease-out`,p.style.setProperty(`--mask-inset`,`${n}px`)}else p.style.transition=`clip-path 0.3s ease-out`,p.style.setProperty(`--mask-inset`,`${n}px`);else p.style.transition=`none`,p.style.setProperty(`--mask-inset`,`${n}px`);j=e,M=n,e>R?(c.style.setProperty(`--transform-y`,`${-L}px`),f.setProperty(`--masthead-height`,`100px`),window.CollantOn||window.goCollant()):e>L&&e<=R?(c.style.setProperty(`--transform-y`,`${-L}px`),f.setProperty(`--masthead-height`,`${250+L-e}px`),window.CollantOn&&window.goBillboard()):e>=0&&e<=L&&(c.style.setProperty(`--transform-y`,`${-e}px`),f.setProperty(`--masthead-height`,`250px`),window.CollantOn&&window.goBillboard())},P=w(),F=D();if(!F)return()=>{};let I=null,L=-F.responsiveScroll+o+T(),R=L+150;return C(),()=>{l.removeEventListener(`scroll`,N),I&&=(clearTimeout(I),null)}},g=866,_=68,v=16,y=`:scope > header h1, :scope > header h2, :scope > header h3`,b=`h1, h2, h3`,x=`#app main header h1, #app main header h2, #app main header h3, #app h1, #app h2, #app h3`,S=`adspot-desktop-takeover-2-above`,C=-24,w=-24,T=[`www.nine.com.au`,`staging.nine.com.au`,`preview.nine.com.au`,`render-web-nine-staging-v1.ffxblue.com.au`,`render-web-nine-production-v1.ffxblue.com.au`],E=[{hostnames:T,path:`/sport`,headingText:`Sport`,slotId:S}],D=new Set([`localhost`,`127.0.0.1`]),O=`__poweredAdConfigDynamicHeadingActive`,k=`data-pac-dynamicheading-owner`,A=`data-pac-reparented`,j=(e,t)=>{if(typeof e==`number`&&Number.isFinite(e))return`${e}px`;if(typeof e==`string`){let n=e.trim();return n?/^-?\d+(\.\d+)?$/.test(n)?`${n}px`:n:`${t}px`}return`${t}px`},M=e=>{if(!e||typeof e!=`object`)return null;let t=typeof e.headingText==`string`?e.headingText.trim():``,n=typeof e.path==`string`?e.path.trim().toLowerCase():``,r=typeof e.pathPrefix==`string`?e.pathPrefix.trim().toLowerCase():``,i=Array.isArray(e.hostnames)?e.hostnames.map(e=>String(e).trim().toLowerCase()).filter(Boolean):[];return!t||!n&&!r?null:{headingText:t,path:n||null,pathPrefix:r||null,slotId:typeof e.slotId==`string`&&e.slotId.trim()?e.slotId.trim():S,hostnames:i.length?i:T}},N=e=>{if(!Array.isArray(e)||e.length===0)return E;let t=e.map(M).filter(Boolean);return t.length?t:E},P=({offsetTop:e=C,offsetLeft:t=w,width:n=g,height:i=_,pageTargets:a=E}={})=>{let o=window.frameElement||null;if(!o)return()=>{};let s=window.parent;if(!s||s===window)return()=>{};let c=null;try{c=s.document,s.location.href}catch{return()=>{}}let l=s[O];if(l?.iframe===o&&typeof l.cleanup==`function`)return l.cleanup;if(l?.iframe?.isConnected&&typeof l?.cleanup==`function`)return()=>{};typeof l?.cleanup==`function`&&l.cleanup();let u=`dynamicheading-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,d=(e,t,n)=>{e&&e.style[t]!==n&&(e.style[t]=n)},f=()=>{try{let e=window.location.hostname.toLowerCase();return D.has(e)?!0:new URLSearchParams(window.location.search).get(`keepDynamicHeadingVisible`)===`1`}catch{return!1}},p=(e=o.parentElement)=>{let t=e;for(;t&&t!==c.body;){let e=t.id||``,n=t.getAttribute?.(`data-testid`)||``,r=t.getAttribute?.(`type`)||``;if(e.includes(`adspot`)||n.toLowerCase().includes(`ad`)||r)return t;t=t.parentElement}return o.parentElement},m=()=>{try{let e=new URL(s.location.href),t=e.hostname.toLowerCase(),n=e.pathname.toLowerCase();return B.find(e=>{let r=e.hostnames.includes(t),i=e.path?n===e.path:n.startsWith(e.pathPrefix);return r&&i})||null}catch{return null}return null},h=()=>{let e=r(c,`app`)||c.getElementById(`app`)||c,t=r(e,`page-container`)||e;return r(r(t,`container`)||t,`main`)||r(e,`main`)||c.querySelector(`#app main`)||null},S=e=>{if(!e||!e.isConnected)return!1;let t=e.getBoundingClientRect();if(t.width<=0||t.height<=0)return!1;let n=s.getComputedStyle(e);return n.display!==`none`&&n.visibility!==`hidden`},T=()=>{let e=h(),t=e?[...e.querySelectorAll(y),...e.querySelectorAll(b)]:[],n=t.length?[]:Array.from(c.querySelectorAll(x));return Array.from(new Set([...t,...n])).filter(S)},M=e=>{let t=T();if(!t.length)return null;let n=typeof e==`string`?e.trim().toLowerCase():``;if(n){let e=t.find(e=>e.textContent?.trim().toLowerCase()===n);if(e)return e}return t.find(e=>e.tagName===`H1`)||t[0]||null},P=null,F=null;f();let I=j(e,C),L=j(t,w),R=j(n,g),z=j(i,_),B=N(a),V=m();if(!V)return()=>{};let H=p((V.slotId?c.getElementById(V.slotId):null)||o.parentElement);if(!H)return()=>{};let ee=H.getAttribute(k);if(ee&&ee!==u)return()=>{};let U={width:H.style.width,maxWidth:H.style.maxWidth,minWidth:H.style.minWidth,height:H.style.height,minHeight:H.style.minHeight,marginTop:H.style.marginTop,marginBottom:H.style.marginBottom,marginLeft:H.style.marginLeft,marginRight:H.style.marginRight,position:H.style.position,top:H.style.top,left:H.style.left,right:H.style.right,transform:H.style.transform,display:H.style.display,opacity:H.style.opacity,transition:H.style.transition,pointerEvents:H.style.pointerEvents,zIndex:H.style.zIndex,overflow:H.style.overflow},te={width:o.style.width,height:o.style.height,display:o.style.display,border:o.style.border,position:o.style.position,pointerEvents:o.style.pointerEvents},W=[],G=parseFloat(z)||_,ne=parseFloat(I)||0,K=parseFloat(L)||0,re=()=>{let e=H.parentElement;for(;e&&e!==c.body;)W.push({element:e,overflow:e.style.overflow}),d(e,`overflow`,`visible`),e=e.parentElement},ie=()=>{d(H,`width`,R),d(H,`maxWidth`,R),d(H,`minWidth`,R),d(H,`height`,z),d(H,`minHeight`,z),d(H,`display`,`block`),d(H,`overflow`,`hidden`),d(H,`pointerEvents`,`none`),d(H,`zIndex`,`1080`),H.setAttribute(k,u),d(o,`width`,R),d(o,`height`,z),d(o,`display`,`block`),d(o,`border`,`0`),d(o,`position`,`relative`),d(o,`pointerEvents`,`auto`)},q={element:null,position:``},J=()=>{let e=H.parentElement;e&&s.getComputedStyle(e).position===`static`&&(q.element=e,q.position=e.style.position,d(e,`position`,`relative`)),d(H,`position`,`absolute`),d(H,`top`,`${ne}px`),d(H,`left`,`${K}px`),d(H,`right`,`auto`),d(H,`marginTop`,`0px`),d(H,`marginBottom`,`${v}px`),d(H,`marginLeft`,`0px`),d(H,`marginRight`,`0px`),d(H,`transform`,``)},ae=e=>{let t=null;try{let e=o.contentDocument;if(!e)return!1;let n=e.getElementById(`unitContainer`);if(!n)return!1;let r=Array.from(e.querySelectorAll(`link[rel="stylesheet"]`)).map(e=>e.outerHTML).join(`
136
136
  `),i=Array.from(e.querySelectorAll(`script[src]`)).filter(e=>{let t=e.getAttribute(`src`)||``;return/(s0\.2mdn\.net|cdn\.jsdelivr\.net|players\.brightcove\.net)/.test(t)}).map(e=>e.outerHTML).join(`
137
- `);t=`<!doctype html><html><head><meta charset="utf-8">${r}<style>html,body{margin:0;padding:0;background:transparent;}</style></head><body>${n.outerHTML}${i}</body></html>`}catch{return!1}if(!t)return!1;o.setAttribute(A,`1`);try{e.parentNode?.insertBefore(H,e)}catch{return o.removeAttribute(A),!1}ie(),ae(),K();try{o.srcdoc=t}catch{return!1}return!0},se=()=>{d(H,`position`,`fixed`),d(H,`marginTop`,`0px`),d(H,`marginBottom`,`0px`),d(H,`marginLeft`,`0px`),d(H,`marginRight`,`0px`),d(H,`transform`,``)},J=()=>{d(H,`display`,`none`)},ce=()=>{d(H,`display`,`block`),d(H,`overflow`,`hidden`)},Y=null,X=()=>{if((!Y||!Y.isConnected)&&(Y=M(V.headingText)),!Y)return;let e=Y.getBoundingClientRect(),t=e.top-W-v+re,n=e.left+G;d(H,`top`,`${t}px`),d(H,`left`,`${n}px`),d(H,`right`,`auto`)},Z=null,Q=null,le=!1,ue=(e=12)=>{if(Y=M(V.headingText),!Y){e>1&&(F=s.setTimeout(()=>ue(e-1),250));return}q(Y)||(le=!0,ie(),ae(),se(),X(),Z=()=>X(),Q=()=>X(),s.addEventListener(`scroll`,Z,{passive:!0}),s.addEventListener(`resize`,Q))};ue();let de=()=>{F&&=(s.clearTimeout(F),null),P&&=(s.clearTimeout(P),null),Z&&=(s.removeEventListener(`scroll`,Z),null),Q&&=(s.removeEventListener(`resize`,Q),null),H.getAttribute(k)===u&&H.removeAttribute(k),le&&(Object.entries(U).forEach(([e,t])=>{H.style[e]=t}),Object.entries(te).forEach(([e,t])=>{o.style[e]=t}),ne.forEach(({element:e,overflow:t})=>{e.style.overflow=t})),s[O]?.instanceId===u&&delete s[O]};return s[O]={instanceId:u,iframe:o,cleanup:de,show:ce,hide:J},de},F=(e,t,n)=>{let r=window.frameElement?window.frameElement:null;if(!r)return()=>{};let i=window.parent;if(!i||i===window)return()=>{};let a=null;try{a=i.document,i.location.href}catch{return()=>{}}let o={siteBackgroundColor:`#ffffff`,logoTop:`44px`,logoLeft:`50%`,logoTransform:`translateX(-50%)`,logoSmallLeft:`250px`,logoSmallTransform:`translateX(0px)`,logoSmallFilter:`none`,zIndex:function(){let e=window.parent.document;e.querySelector(`.container--padded`)?.setAttribute(`style`,`position:relative`),((e,t)=>e.forEach(e=>t.forEach(([t,n])=>e.style[t]=n)))(e.querySelectorAll(`.advert`),[[`position`,`relative`]]),e.querySelector(`.footer-netkit`)?.setAttribute(`style`,`position:relative;max-width:1190px;left:50%;transform:translate(-50%,0);`),e.querySelector(`div[type="BANNER"]`)?.setAttribute(`style`,`display:none`),e.querySelector(`div[type="MBANNER"]`)?.setAttribute(`style`,`display:none`),e.querySelector(`div[id*="sidepanel"][id*="above"]`)?.setAttribute(`style`,`display:none`)}},s={siteBackgroundColor:`#ffffff`,logoTop:`44px`,logoLeft:`50%`,logoTransform:`translateX(-50%)`,logoSmallLeft:`50%`,logoSmallTransform:`translateX(-50%)`,logoSmallFilter:`none`,zIndex:function(){let e=window.parent.document,t=(e,t)=>e.forEach(e=>t.forEach(([t,n])=>e.style[t]=n));e.querySelector(`.nk-demographics`)?.setAttribute(`style`,`max-width:1190px;left:50%;transform:translate(-50%,0);`),e.querySelector(`.nk-footer`)?.setAttribute(`style`,`position:relative;max-width:1190px;left:50%;transform:translate(-50%,0);`),e.querySelector(`article`)?.setAttribute(`style`,`position:relative`),e.querySelector(`#article`)?.setAttribute(`style`,`position:relative`),e.querySelector(`#VideoIndex`)?.setAttribute(`style`,`position:relative`),e.querySelector(`#Index`)?.setAttribute(`style`,`position:relative`),e.querySelector(`.show`)?.setAttribute(`style`,`position:relative`),t(e.querySelectorAll(`.column`),[[`position`,`relative`]]),t(e.querySelectorAll(`.advert`),[[`position`,`relative`]]),t(e.querySelectorAll(`blockquote`),[[`zIndex`,`1`]]),e.querySelector(`div[class*="article__MyContainer"]`)?.setAttribute(`style`,`max-width:1190px;margin-top:-24px`),e.querySelector(`div[type="BANNER"]`)?.setAttribute(`style`,`display:none`),e.querySelector(`div[type="MBANNER"]`)?.setAttribute(`style`,`display:none`),e.querySelector(`div[id*="sidepanel"][id*="above"]`)?.setAttribute(`style`,`display:none`)}},c={siteBackgroundColor:`#ffffff`,logoTop:`44px`,logoLeft:`50%`,logoTransform:`translateX(-50%)`,logoSmallLeft:`50%`,logoSmallTransform:`translateX(-50%)`,logoSmallFilter:`none`,zIndex:function(){let e=window.parent.document,t=(e,t)=>e.forEach(e=>t.forEach(([t,n])=>e.style[t]=n));e.querySelector(`.nk-demographics`)?.setAttribute(`style`,`max-width:1190px;left:50%;transform:translate(-50%,0);`),e.querySelector(`.nk-footer`)?.setAttribute(`style`,`position:relative;max-width:1190px;left:50%;transform:translate(-50%,0);`),e.querySelector(`article`)?.setAttribute(`style`,`position:relative`),e.querySelector(`#article`)?.setAttribute(`style`,`position:relative`),e.querySelector(`#VideoIndex`)?.setAttribute(`style`,`position:relative`),e.querySelector(`#Index`)?.setAttribute(`style`,`position:relative`),e.querySelector(`.show`)?.setAttribute(`style`,`position:relative`),t(e.querySelectorAll(`.column`),[[`position`,`relative`]]),t(e.querySelectorAll(`.advert`),[[`position`,`relative`]]),t(e.querySelectorAll(`blockquote`),[[`zIndex`,`1`]]),e.querySelector(`div[class^="component__StrapContainer"]`)?.setAttribute(`style`,`position:relative`),e.querySelector(`section[class^="WatchNow__Container"]`)?.setAttribute(`style`,`margin-left:calc(50% - 49vw);margin-right:calc(50% - 49vw + 10px);`),e.querySelector(`div[class*="ArticleContainer"]`)?.setAttribute(`style`,`max-width:1190px;margin-top:0px`),e.querySelector(`div[type="BANNER"]`)?.setAttribute(`style`,`display:none`),e.querySelector(`div[type="MBANNER"]`)?.setAttribute(`style`,`display:none`),e.querySelector(`div[id*="sidepanel"][id*="above"]`)?.setAttribute(`style`,`display:none`)}},l={siteBackgroundColor:`#ffffff`,logoTop:`44px`,logoLeft:`50%`,logoTransform:`translateX(-50%)`,logoSmallLeft:`50%`,logoSmallTransform:`translateX(-50%)`,logoSmallFilter:`none`,zIndex:function(){let e=window.parent.document,t=(e,t)=>e.forEach(e=>t.forEach(([t,n])=>e.style[t]=n));e.querySelector(`section[data-section="marketing-banner"]`)?.setAttribute(`style`,`position:relative`),e.querySelector(`.container--ads`)?.setAttribute(`style`,`min-height:0`),e.getElementById(`mastheadAnchorToggle`)?.setAttribute(`style`,`display:none`),t(e.querySelectorAll(`.advert`),[[`position`,`relative`]]),t(e.querySelectorAll(`iframe`),[[`position`,`relative`]]),e.querySelector(`div[data-testid="live-tv"]`)?.parentNode?.setAttribute(`style`,`position:relative`),e.querySelector(`div[data-contentunit-id="stan"]`)?.parentNode?.setAttribute(`style`,`position:relative`),t(e.querySelectorAll(`small`),[[`position`,`relative`]]),e.querySelector(`small`)?.setAttribute(`style`,`position:inherit`),e.querySelector(`div[type="BANNER"]`)?.setAttribute(`style`,`display:none`),e.querySelector(`div[type="MBANNER"]`)?.setAttribute(`style`,`display:none`),e.querySelector(`div[id*="sidepanel"][id*="above"]`)?.setAttribute(`style`,`display:none`)}},u={siteBackgroundColor:`#ffffff`,logoTop:`-148px`,logoLeft:`50%`,logoTransform:`translateX(-50%)`,logoSmallLeft:`50%`,logoSmallTransform:`translateX(-50%)`,logoSmallFilter:`none`,zIndex:function(){let e=window.parent.document;e.querySelector(`.container--padded`)?.setAttribute(`style`,`position:relative`),((e,t)=>e.forEach(e=>t.forEach(([t,n])=>e.style[t]=n)))(e.querySelectorAll(`.advert`),[[`position`,`relative`]]),e.querySelector(`.footer-netkit`)?.setAttribute(`style`,`position:relative;max-width:1190px;left:50%;transform:translate(-50%,0);`),e.querySelector(`div[type="BANNER"]`)?.setAttribute(`style`,`display:none`),e.querySelector(`div[type="MBANNER"]`)?.setAttribute(`style`,`display:none`),e.querySelector(`div[id*="sidepanel"][id*="above"]`)?.setAttribute(`style`,`display:none`)}},d={siteBackgroundColor:`#ffffff`,logoTop:`44px`,logoLeft:`50%`,logoTransform:`translateX(-50%)`,logoSmallLeft:`50%`,logoSmallTransform:`translateX(-50%)`,logoSmallFilter:`invert(1)`,zIndex:function(){let e=window.parent.document;e.querySelector(`.header-wrapper`)?.setAttribute(`style`,`height:124px`),e.querySelector(`.weather-widget-wrapper`)?.setAttribute(`style`,`bottom:0px`),e.querySelector(`.content`)?.setAttribute(`style`,`padding-top:32px`),e.querySelector(`.layout`)?.setAttribute(`style`,`position:relative;background-color:transparent;`),e.querySelector(`.footer-ad`)?.setAttribute(`style`,`position:relative`),e.querySelector(`.footer-netkit`)?.setAttribute(`style`,`position:relative;max-width:1190px;left:50%;transform:translate(-50%,0);`),e.querySelector(`div[type="BANNER"]`)?.setAttribute(`style`,`display:none`),e.querySelector(`div[type="MBANNER"]`)?.setAttribute(`style`,`display:none`),e.querySelector(`div[id*="sidepanel"][id*="above"]`)?.setAttribute(`style`,`display:none`)}},f=[{site:`https://www.nine.com.au/sport`,config:o},{site:`https://www.nine.com.au/product-reviews`,config:c},{site:`https://www.nine.com.au/property`,config:c},{site:`https://www.nine.com.au/entertainment`,config:c},{site:`https://staging.nine.com.au/sport`,config:o},{site:`https://staging.nine.com.au/product-reviews`,config:c},{site:`https://staging.nine.com.au/property`,config:c},{site:`https://staging.nine.com.au/entertainment`,config:c},{site:`https://render-web-nine-staging-v1.ffxblue.com.au`,config:l},{site:`https://render-web-nine-production-v1.ffxblue.com.au`,config:l},{site:`https://preview.nine.com.au/`,config:l},{site:`https://www.nine.com.au`,config:l},{site:`https://www.nine`,config:l},{site:`https://staging.nine`,config:l},{site:`https://entertainment`,config:s},{site:`https://celebrity`,config:s},{site:`https://homes`,config:s},{site:`https://travel`,config:s},{site:`https://honey`,config:s},{site:`https://style`,config:s},{site:`https://coach`,config:s},{site:`https://kitchen`,config:s},{site:`https://finance`,config:s},{site:`https://wwos`,config:u},{site:`https://staging.wwos`,config:u},{site:`https://www.9news`,config:d},{site:`https://staging.9news`,config:d},{site:`https://www.yourtv`,config:s},{site:`https://staging.yourtv`,config:s},{site:`https://9now`,config:c},{site:`https://creative-preview-an.com`,config:s}],p=()=>{let e=window.document.getElementById(`logo-small`);e&&(e.style.left=C.logoSmallLeft,e.style.transform=C.logoSmallTransform,e.style.filter=C.logoSmallFilter),_(),g(),i.addEventListener(`scroll`,y),w=setTimeout(y,50)},m=()=>{let e=null;return e=a.querySelector(`div[id*="desktop"][id*="takeover"][id*="above"]`),e},h=()=>{let e=i.location.href;for(let t=0;t<f.length;t+=1)if(e.indexOf(f[t].site)>=0)return f[t].config},g=()=>{if(!r)return;let e=r.style;e.width=`100%`,e.height=`${t}px`,e.position=`relative`},_=()=>{if(!S)return;let e=S.style;e.maxHeight=`${t}px`,e.minHeight=`${t}px`,e.marginTop=`0px`,e.marginBottom=`0px`,e.position=`absolute`,e.width=`1900px`,e.top=C.logoTop,e.left=C.logoLeft,e.transform=C.logoTransform,e.zIndex=`10000`,e.pointerEvents=`none`,C.zIndex&&C.zIndex()},v=e=>{if(!S)return;let r=S.style;e===`big`&&!window.bigActive?(r.maxHeight=`${t}px`,r.minHeight=`${t}px`,r.position=`absolute`,r.top=C.logoTop,r.zIndex=`10000`,typeof window.loadBig==`function`&&window.loadBig()):e===`small`&&!window.smallActive&&(r.maxHeight=`${n}px`,r.minHeight=`${n}px`,r.position=`fixed`,r.top=`0px`,r.zIndex=`100000`,typeof window.loadSmall==`function`&&window.loadSmall())},y=()=>{let e=i.scrollY;r.style,e>=0&&e<=T?v(`big`):e>T&&(v(e>E?`small`:`big`),E=e<=0?0:e)},b=(e=4)=>{x()||e>1&&setTimeout(()=>{b(e-1)},20)},x=()=>{let e=a.querySelector(`header`);return e?window.getComputedStyle(e).top===`0px`?(v(`big`),!0):(v(`small`),!1):(v(`big`),!0)},S=m(),C=h();if(!C)return()=>{};let w=null,T=e,E=0;return p(),()=>{i.removeEventListener(`scroll`,y),w&&=(clearTimeout(w),null)}},I=((e,t=50)=>`linear(${Array.from({length:t+1},(n,r)=>e(r/t)).map(e=>+e.toFixed(4)).join(`, `)})`)(e=>{if(e===0||e===1)return e;let t=2*Math.PI/3;return 2**(-10*e)*Math.sin((e*10-.75)*t)+1}),L=(e={})=>{let t={adScrollHeight:`300vh`,bandHeight:24,bandBg:`#222`,bandColor:`#fff`,bandFontSize:`10px`,bandFontFamily:`Arial, Helvetica, sans-serif`,bandLetterSpacing:`1px`,labelTop:`Advertisement`,labelBottomResume:`Scroll to continue`,labelBottomMid:`Keep scrolling`,labelBottomLate:`Almost there`,labelBottomNow:`Content now ↓`,progressBarColor:`rgba(255,255,255,0.35)`,zIndexTop:9,zIndexBottom:8,bottomBandShowAt:400,bottomBandHideAt:300,snapPx:50,snapOverlap:2,stretchOverlap:20,snapDuration:.9,snapEase:I,onEnter:null,onExit:null,onProgress:null,thresholds:[],...e},n=window.frameElement?window.frameElement:null;if(!n)return()=>{};let r=window.parent;if(!r||r===window)return()=>{};let i=null;try{i=r.document,r.location.href}catch{return()=>{}}let a=(()=>{let e=i.querySelector(`#adspot-mobile-mobile-3-above`);if(e)return e;let t=n.parentElement;for(;t&&t!==i.body;){if(t.id&&t.id.includes(`adspot`))return t;t=t.parentElement}return n.parentElement})();if(!a)return()=>{};let o=a.getAttribute(`style`),s=n.getAttribute(`style`),c=[],l={width:`100vw`,marginLeft:`calc(50% - 50vw)`,height:t.bandHeight+`px`,backgroundColor:t.bandBg,color:t.bandColor,fontSize:t.bandFontSize,fontFamily:t.bandFontFamily,textTransform:`uppercase`,letterSpacing:t.bandLetterSpacing,display:`flex`,alignItems:`center`,justifyContent:`center`,pointerEvents:`none`};(()=>{let e=a.style;e.height=t.adScrollHeight,e.maxHeight=t.adScrollHeight,e.position=`relative`,a.setAttribute(`poweredAC`,`0.1.105`),e.clipPath=`inset(-${t.bandHeight-1}px 0 0 0)`,e.overflow=`visible`,e.width=`100vw`,e.maxWidth=`100vw`,e.marginLeft=`calc(50% - 50vw)`,e.marginRight=`0`,e.marginTop=`0`,e.marginBottom=`0`,e.padding=`0`;let o=a.parentElement;for(let e=0;e<6&&o&&o!==i.body;e++){let t=r.getComputedStyle(o),n=!1;(t.overflow===`hidden`||t.overflowY===`hidden`)&&(c.push({el:o,prop:`overflow`,val:o.style.overflow}),c.push({el:o,prop:`overflowY`,val:o.style.overflowY}),o.style.overflow=`visible`,o.style.overflowY=`visible`,n=!0);let i=parseFloat(t.height);t.height!==`auto`&&!isNaN(i)&&i<600&&(c.push({el:o,prop:`height`,val:o.style.height}),o.style.height=`auto`,n=!0);let a=t.maxHeight;if(a&&a!==`none`&&(c.push({el:o,prop:`maxHeight`,val:o.style.maxHeight}),o.style.maxHeight=`none`,n=!0),!n&&e>1)break;o=o.parentElement}let s=n.style;s.position=`fixed`,s.top=`0`,s.left=`0`,s.width=`100vw`,s.height=`100vh`,s.maxWidth=`100vw`,s.margin=`0`,s.padding=`0`,s.border=`none`,s.zIndex=`1`;let u=i.createElement(`div`);u.id=`interscroller-top-band-wrapper`,Object.assign(u.style,{position:`sticky`,bottom:`0`,width:`100vw`,marginLeft:`calc(50% - 50vw)`,zIndex:t.zIndexTop,pointerEvents:`none`});let d=i.createElement(`div`);d.id=`interscroller-top-band`,d.textContent=t.labelTop,Object.assign(d.style,l,{position:`relative`,width:`100%`,marginLeft:`0`,transformOrigin:`top center`}),u.appendChild(d),a.insertAdjacentElement(`beforebegin`,u);let f=i.createElement(`div`);f.id=`interscroller-bottom-band`,Object.assign(f.style,l,{position:`fixed`,bottom:`0`,left:`0`,zIndex:t.zIndexBottom,display:`flex`,overflow:`hidden`,transform:`translateY(100%)`,transition:`none`});let p=i.createElement(`span`);if(p.id=`interscroller-bottom-label`,p.textContent=t.labelBottomResume,p.style.cssText=`position:relative;z-index:1;pointer-events:none;`,f.appendChild(p),t.progressBarColor){let e=i.createElement(`span`);e.id=`interscroller-bottom-progress`,e.style.cssText=[`position:absolute`,`inset:0`,`width:0%`,`background:${t.progressBarColor}`,`transition:none`,`z-index:0`,`pointer-events:none`].join(`;`),f.appendChild(e)}a.after(f)})();let u=i.querySelector(`#interscroller-top-band`),d=i.querySelector(`#interscroller-top-band-wrapper`),f=i.querySelector(`#interscroller-bottom-band`),p=i.querySelector(`#interscroller-bottom-label`),m=i.querySelector(`#interscroller-bottom-progress`),h=t.bandHeight,g=t.snapPx,_=!1,v=!1,y=!1,b=!1,x=(t.thresholds||[]).map(()=>!1),S=()=>{if(!f)return;let e=a.getBoundingClientRect(),n=r.innerHeight;if(e.bottom<=0||e.top>=n){f.style.display=`none`;return}f.style.display=`flex`;let i=e.top<=n,o=e.bottom<=n-h,s=b?e.top<=n-t.bottomBandHideAt:e.top<=n-t.bottomBandShowAt,c=a.offsetHeight,l=Math.min(1,Math.max(0,(n-e.top)/(c+n))),d=Math.min(1,Math.max(0,(n-e.top)/(c+h))),S=Math.min(1,Math.max(0,(n-e.top)/c)),C=Math.min(e.bottom,n)-Math.max(e.top-h,0),w=Math.min(1,Math.max(0,C/n)),T=Math.max(0,Math.round(e.bottom-n));!v&&i&&t.onEnter&&t.onEnter(),!y&&o&&t.onExit&&t.onExit(),v=i,y=o,b=s,t.onProgress&&t.onProgress({scrollProgress:l,adExposure:S,viewportCoverage:w,pxRemaining:T}),(t.thresholds||[]).forEach((e,t)=>{let n=x[t],r=l>=e.at;!n&&r?(x[t]=!0,e.onEnter&&e.onEnter(l)):n&&!r&&(x[t]=!1,e.onLeave&&e.onLeave(l))});let E=n;if(u&&e.top<=E+t.stretchOverlap&&!o){let n=E-e.top;if(!_&&n<=g-t.snapOverlap){let e=1+Math.max(0,n+t.stretchOverlap)/h;u.style.transition=`none`,u.style.transform=`scaleY(${e})`}else !_&&n>g-t.snapOverlap&&(_=!0,u.style.transition=`transform ${t.snapDuration}s ${t.snapEase}`,u.style.transform=`scaleY(1)`)}else u&&e.top>E+t.stretchOverlap&&(_=!1,u.style.transition=`none`,u.style.transform=`scaleY(1)`);let D=r.visualViewport?Math.round(r.innerHeight-(r.visualViewport.offsetTop+r.visualViewport.height)):0;o?(f.style.transition=`none`,f.style.transform=`none`,f.style.position=`sticky`,f.style.top=`0`,f.style.bottom=``,f.style.left=``,f.style.marginLeft=`calc(50% - 50vw)`,f.style.width=`100vw`,p&&(p.textContent=t.labelBottomNow),m&&(m.style.width=`100%`)):s?(p&&(p.textContent=T>0?d<.2?t.labelBottomResume:d<.75?t.labelBottomMid:t.labelBottomLate:t.labelBottomNow),m&&(m.style.width=`${Math.round(d*100)}%`),f.style.transition=`transform 0.3s ease`,f.style.transform=`translateY(0)`,f.style.position=`fixed`,f.style.bottom=`${D}px`,f.style.top=``,f.style.left=`0`,f.style.marginLeft=`0`,f.style.width=`100vw`):(f.style.transition=`transform 0.3s ease`,f.style.transform=`translateY(100%)`,f.style.position=`fixed`,f.style.bottom=`${D}px`,f.style.left=`0`,f.style.marginLeft=`0`,f.style.width=`100vw`)};return S(),r.addEventListener(`scroll`,S,{passive:!0}),r.visualViewport?.addEventListener(`resize`,S,{passive:!0}),()=>{r.removeEventListener(`scroll`,S),r.visualViewport?.removeEventListener(`resize`,S),d?d.remove():u&&u.remove(),f&&f.remove(),o?a.setAttribute(`style`,o):a.removeAttribute(`style`),s?n.setAttribute(`style`,s):n.removeAttribute(`style`),c.forEach(({el:e,prop:t,val:n})=>{e.style[t]=n||``})}},R=(e={})=>{let t={adaptToWidth:`100%`,maxWidth:`400px`,maintainAspectRatio:!0,adaptToHeight:!1,zIndex:7,onAdapt:null,...e},n=window.frameElement??null;if(!n)return()=>{};let r=window.parent;if(!r||r===window)return()=>{};let i=null;try{i=r.document,r.location.href}catch{return()=>{}}let a=(()=>{let e=i.querySelector(`#adspot-mobile-mbanner-2-above`);if(e)return e;let t=n.parentElement;for(;t&&t!==i.body;){if(t.id&&t.id.includes(`adspot`))return t;t=t.parentElement}return n.parentElement})();if(!a)return()=>{};let o=a.getAttribute(`style`),s=n.getAttribute(`style`),c=n.parentElement===a?null:n.parentElement,l=c?c.getAttribute(`style`):null,u=a.parentElement,d=u?r.getComputedStyle(u).paddingTop:null,f=null,p=parseInt(n.getAttribute(`width`),10)||320,m=parseInt(n.getAttribute(`height`),10)||50;return(()=>{let e=a.style;if(e.position=`relative`,e.overflow=`visible`,e.boxSizing=`border-box`,a.setAttribute(`poweredAC`,`0.1.105`),c){let e=c.style;e.width=`100%`,e.height=`100%`,e.margin=`0`,e.textAlign=`left`}let t=n.style;t.display=`block`,t.width=`100%`,t.height=`100%`,t.border=`none`,t.margin=`0`,t.padding=`0`})(),(()=>{let e=a.style;e.zIndex=String(t.zIndex),t.adaptToWidth&&(e.width=t.adaptToWidth,e.maxWidth=t.maxWidth||t.adaptToWidth,t.maxWidth&&t.adaptToWidth!==`100vw`&&!t.adaptToWidth.endsWith(`vw`)?(e.marginLeft=`auto`,e.marginRight=`auto`):(t.adaptToWidth===`100vw`||t.adaptToWidth.endsWith(`vw`))&&(e.marginLeft=`calc(50% - 50vw)`,e.marginRight=`0`)),u&&d&&d!==`0px`&&(u.style.paddingTop=`0`),t.maintainAspectRatio?r.requestAnimationFrame(()=>{let e=a.offsetWidth||p,r=Math.round((m||50)/p*e);a.style.height=r+`px`,c&&(c.style.height=r+`px`),n.style.height=r+`px`,t.onAdapt&&t.onAdapt()}):(t.adaptToHeight&&(e.height=t.adaptToHeight),t.onAdapt&&t.onAdapt())})(),()=>{f&&=(f.disconnect(),null),o?a.setAttribute(`style`,o):a.removeAttribute(`style`),s?n.setAttribute(`style`,s):n.removeAttribute(`style`),c&&(l?c.setAttribute(`style`,l):c.removeAttribute(`style`)),u&&d&&d!==`0px`&&(u.style.paddingTop=d)}},z=(e={})=>{let t={billboardHeight:150,sideStripWidth:10,zIndex:0,creativeUrl:null,sticky:!1,stickyDurationMs:8e3,stickyScrollDistance:600,stickyTop:0,stickyZIndex:1e4,stickyRespectHeader:!0,stickyHeaderSelector:`#app > [data-ad-target="header"], [data-ad-target="header"] [data-ad-target="header-nav"], body > header, body > * > header, [role="banner"]`,stickyHeaderFallbackHeight:null,onAdapt:null,...e},n=window.frameElement??null;if(!n)return()=>{};let r=window.parent;if(!r||r===window)return()=>{};let i=null;try{i=r.document,r.location.href}catch{return()=>{}}let a=(()=>{let e=i.querySelector(`#adspot-mobile-mbanner-1-above, #adspot-mobile-mbanner-2-above`);if(e)return e;let t=n.parentElement;for(;t&&t!==i.body;){if(t.id&&t.id.includes(`adspot`))return t;t=t.parentElement}return n.parentElement})();if(!a)return()=>{};let o=i.querySelector(`main#content`)||i.querySelector(`main`),s=i.querySelector(`#app`),c=a.closest(`.adWrapper`)||a.parentElement,l=t.creativeUrl||``,u={nine:{siteBackgroundColor:`#ffffff`,setup(e,t){e.querySelector(`main`)?.style.setProperty(`position`,`relative`);let n=t?.parentElement?.nextElementSibling;n&&n.tagName!==`HEADER`&&(n.style.paddingTop=`0px`)}},wwos:{siteBackgroundColor:`#ffffff`,setup(e,t){e.querySelector(`main`)?.style.setProperty(`position`,`relative`);let n=t?.parentElement?.nextElementSibling;n&&n.tagName!==`HEADER`&&(n.style.paddingTop=`0px`)}},nineNews:{siteBackgroundColor:`#ffffff`,setup(e){let t=e.querySelector(`.layout`);t&&(t.style.backgroundColor=`transparent`),e.querySelector(`.content`)?.style.setProperty(`position`,`relative`)}},lifestyle:{siteBackgroundColor:`#ffffff`,setup(e){e.querySelector(`main`)?.style.setProperty(`position`,`relative`)}},smh:{siteBackgroundColor:`#ffffff`,setup(e){e.querySelector(`main`)?.style.setProperty(`position`,`relative`)}},theage:{siteBackgroundColor:`#ffffff`,setup(e){e.querySelector(`main`)?.style.setProperty(`position`,`relative`)}},afr:{siteBackgroundColor:`transparent`,setup(e){let n=e.querySelector(`#root`);n&&(n.style.setProperty(`background-color`,`transparent`,`important`),n.style.setProperty(`position`,`relative`,`important`),n.style.setProperty(`z-index`,`1`,`important`)),e.querySelectorAll(`#root > *, #root [class*="-content"]`).forEach(e=>{e.style.setProperty(`background-color`,`transparent`,`important`),e.style.setProperty(`background-image`,`none`,`important`),e.style.setProperty(`position`,`relative`,`important`),e.style.setProperty(`z-index`,`1`,`important`)});let r=e.querySelector(`main#content`)||e.querySelector(`main`);r&&(r.style.setProperty(`background-color`,`#ffffff`,`important`),r.style.setProperty(`box-sizing`,`border-box`,`important`),r.style.setProperty(`margin-top`,`0`,`important`),r.style.setProperty(`margin-left`,`-16px`,`important`),r.style.setProperty(`margin-right`,`-16px`,`important`),r.style.setProperty(`width`,`calc(100% + 32px)`,`important`),r.style.setProperty(`max-width`,`none`,`important`),r.style.setProperty(`padding`,`10px`,`important`),r.style.setProperty(`position`,`relative`),r.style.setProperty(`z-index`,`5`,`important`),r.style.setProperty(`isolation`,`isolate`));let i=[`#root [class*="topHeader"]`,`#root [class*="headerWrapper"]`,`#root #subscribe-button-piano-id`,`#root #subscribe-strip-piano-id`,`#root iframe[id^="offer_"]`].join(`, `);e.querySelectorAll(i).forEach(e=>{e.style.setProperty(`background-color`,`#ffffff`,`important`),e.style.setProperty(`background-image`,`none`,`important`),e.style.setProperty(`box-sizing`,`border-box`,`important`),e.style.setProperty(`position`,`relative`,`important`),e.style.setProperty(`z-index`,`5`,`important`)}),e.querySelectorAll(`#root [class*="topHeader"], #root [class*="headerWrapper"], #root #subscribe-strip-piano-id, #root #subscribe-strip-piano-id iframe[id^="offer_"]`).forEach(e=>{e.style.setProperty(`width`,`100vw`,`important`),e.style.setProperty(`max-width`,`100vw`,`important`),e.style.setProperty(`margin-left`,`calc(50% - 50vw)`,`important`),e.style.setProperty(`margin-right`,`0`,`important`)}),e.querySelectorAll(`#root #subscribe-button-piano-id, #root #subscribe-button-piano-id iframe[id^="offer_"]`).forEach(e=>{e.style.setProperty(`width`,`100%`,`important`),e.style.setProperty(`min-width`,`0`,`important`),e.style.setProperty(`max-width`,`100%`,`important`)}),e.querySelectorAll(`#subscribe-strip-piano-id iframe[id^="offer_"]`).forEach(e=>{e.style.setProperty(`width`,`100vw`,`important`),e.style.setProperty(`min-width`,`0`,`important`),e.style.setProperty(`max-width`,`100vw`,`important`)});let a=e.querySelector(`#stickyLeaderboard`);a&&(a.style.setProperty(`background-color`,`transparent`,`important`),a.style.setProperty(`background-image`,`none`,`important`),a.style.setProperty(`box-sizing`,`border-box`,`important`),a.style.setProperty(`position`,`relative`,`important`),a.style.setProperty(`z-index`,`5`,`important`),a.style.setProperty(`height`,`${t.billboardHeight}px`,`important`),a.style.setProperty(`min-height`,`${t.billboardHeight}px`,`important`),a.style.setProperty(`max-height`,`${t.billboardHeight}px`,`important`),a.style.setProperty(`margin-left`,`-16px`,`important`),a.style.setProperty(`margin-right`,`-16px`,`important`),a.style.setProperty(`width`,`calc(100% + 32px)`,`important`),a.style.setProperty(`max-width`,`none`,`important`),a.style.setProperty(`overflow`,`visible`,`important`));let o=[`#stickyLeaderboard > *`,`#stickyLeaderboard .adWrapper`,`#stickyLeaderboard [class*="styledAd"]`].join(`, `);e.querySelectorAll(o).forEach(e=>{e.style.setProperty(`background-color`,`transparent`,`important`),e.style.setProperty(`background-image`,`none`,`important`),e.style.setProperty(`box-sizing`,`border-box`,`important`),e.style.setProperty(`margin-left`,`0`,`important`),e.style.setProperty(`margin-right`,`0`,`important`),e.style.setProperty(`height`,`${t.billboardHeight}px`,`important`),e.style.setProperty(`min-height`,`${t.billboardHeight}px`,`important`),e.style.setProperty(`max-height`,`${t.billboardHeight}px`,`important`),e.style.setProperty(`width`,`100%`,`important`),e.style.setProperty(`max-width`,`100%`,`important`),e.style.setProperty(`overflow`,`visible`,`important`)}),e.querySelectorAll(`#stickyLeaderboard small[class*="-text"]`).forEach(e=>{e.style.setProperty(`background-color`,`transparent`,`important`),e.style.setProperty(`background-image`,`none`,`important`),e.style.setProperty(`box-sizing`,`border-box`,`important`),e.style.setProperty(`display`,`block`,`important`),e.style.setProperty(`position`,`absolute`,`important`),e.style.setProperty(`height`,`0`,`important`),e.style.setProperty(`min-height`,`0`,`important`),e.style.setProperty(`max-height`,`0`,`important`),e.style.setProperty(`line-height`,`0`,`important`),e.style.setProperty(`padding`,`0`,`important`),e.style.setProperty(`margin`,`0`,`important`),e.style.setProperty(`overflow`,`hidden`,`important`),e.style.setProperty(`left`,`0`,`important`),e.style.setProperty(`width`,`100%`,`important`),e.style.setProperty(`max-width`,`100%`,`important`),e.style.setProperty(`color`,`transparent`,`important`),e.style.setProperty(`font-size`,`0`,`important`),e.setAttribute(`aria-hidden`,`true`)})}}},d=[{site:`https://www.nine.com.au/sport`,config:u.wwos},{site:`https://staging.nine.com.au/sport`,config:u.wwos},{site:`https://www.nine.com.au`,config:u.nine},{site:`https://staging.nine.com.au`,config:u.nine},{site:`https://preview.nine.com.au`,config:u.nine},{site:`https://www.9news`,config:u.nineNews},{site:`https://staging.9news`,config:u.nineNews},{site:`https://honey`,config:u.lifestyle},{site:`https://www.smh`,config:u.smh},{site:`https://www.theage`,config:u.theage},{site:`https://www.afr.com.au`,config:u.afr},{site:`https://www.afr.com`,config:u.afr},{site:`https://creative-preview-an.com`,config:u.nine}],f=(()=>{let e=r.location.href;for(let t of d)if(e.indexOf(t.site)>=0)return t.config;return u.nine})(),p=f===u.smh||f===u.theage,m=n.getAttribute(`style`),h=n.hasAttribute(`data-mf-wallpaper-iframe`),g=a.getAttribute(`style`),_=n.parentElement===a?null:n.parentElement,v=_?_.getAttribute(`style`):null,y=a.parentElement,b=a.closest(`[data-ad-target="header-ad-mobile"]`),x=!!(y&&b&&y===b),S=x?r.getComputedStyle(y).marginTop:``,C=y?y.getAttribute(`style`):null,w=s?s.getAttribute(`style`):null,T=o?o.getAttribute(`style`):null,E=o?o.querySelector(`header`):null,D=E?E.getAttribute(`style`):null,O=E?E.querySelector(`.sc-5cbbddda-1`):null,k=O?O.getAttribute(`style`):null,A=i.querySelector(`footer`),j=A?A.getAttribute(`style`):null,M=o?Array.from(o.children).map(e=>({el:e,orig:e.getAttribute(`style`)})):[],N=null,P=null,F=null,I=null,L=null,R=null,z=null,B=null,V=[],H=null,ee=null,U=null,te=null,ne=null,W=null,re=null,G=[],ie=Number.isFinite(t.stickyDurationMs)&&t.stickyDurationMs>0,ae=Number.isFinite(t.stickyScrollDistance)&&t.stickyScrollDistance>0,oe=!!(t.sticky&&(ie||ae)),K=`pending`,q=0,se=0,J=null,ce=null,Y=null,X=null,Z=null,Q=null,le=[],ue=Number.isFinite(t.stickyHeaderFallbackHeight)?Math.max(0,t.stickyHeaderFallbackHeight):null,de={FLOW_SYNCED_BODY:`flowSyncedBody`,SPLIT_IN_FLOW:`splitInFlow`,IN_FLOW:`inFlow`};W=(()=>{let e=n.parentElement;for(;e&&e!==i.body&&e!==i.documentElement;){let t=r.getComputedStyle(e);if(t.position===`fixed`||t.position===`sticky`)return e;e=e.parentElement}return null})(),re=W?W.getAttribute(`style`):null;let fe=!!(o&&f!==u.afr&&(W||p)),pe=f===u.afr||x?de.FLOW_SYNCED_BODY:fe?de.SPLIT_IN_FLOW:de.IN_FLOW,$=pe===de.FLOW_SYNCED_BODY,me=e=>{if(!e||e===U||e===y||e===a)return!1;let t=e.firstElementChild;if(!t||t!==e.lastElementChild||!t.classList.contains(`container`)||t.children.length>0||t.textContent&&t.textContent.trim()||e.querySelector(`[id^="adspot-mobile-mbanner-"], iframe, [data-mf-slot], .adWrapper`))return!1;let n=r.getComputedStyle(e);return n.position===`fixed`||n.position===`sticky`},he=e=>{!e?.parentElement||G.some(t=>t.shell===e)||(G.push({shell:e,parent:e.parentElement,nextSibling:e.nextSibling}),e.remove())},ge=()=>{for(let e of i.querySelectorAll(`.container`)){let t=e.parentElement;me(t)&&he(t)}},_e=e=>{let t=e?.parentElement;for(;t&&t!==i.body&&t!==i.documentElement;){let e=r.getComputedStyle(t);(e.transform&&e.transform!==`none`||e.willChange&&e.willChange!==`auto`||e.contain&&e.contain!==`none`||e.filter&&e.filter!==`none`||e.perspective&&e.perspective!==`none`)&&(V.find(e=>e.el===t)||V.push({el:t,orig:t.getAttribute(`style`)}),t.style.transform=`none`,t.style.willChange=`auto`,t.style.contain=`none`,t.style.filter=`none`,t.style.perspective=`none`),t=t.parentElement}},ve=()=>{let e=i.createElement(`div`);return e.setAttribute(`data-mf-billboard-mount`,``),e.style.height=`${t.billboardHeight}px`,e.style.minHeight=`${t.billboardHeight}px`,e.style.maxHeight=`${t.billboardHeight}px`,e.style.background=`transparent`,e.style.overflow=`visible`,e.style.position=`relative`,e.style.width=`100%`,e.style.padding=`0`,e.style.margin=`0`,e},ye=()=>{if(!s||f!==u.wwos)return null;let e=a.getBoundingClientRect().bottom,t=Array.from(s.querySelectorAll(`div`)).map(e=>{let t=e.getBoundingClientRect(),n=r.getComputedStyle(e),i=e.querySelector(`ul`);return{el:e,list:i,rect:t,styles:n,listStyles:i?r.getComputedStyle(i):null}}).filter(({rect:t,styles:n,list:r,listStyles:i})=>!r||!i||t.top<e-4||t.top>e+120||n.overflow!==`hidden`||parseFloat(n.borderTopLeftRadius)<4?!1:i.overflow===`auto`||i.overflowX===`auto`);return t.length?(t.sort((t,n)=>Math.abs(t.rect.top-e)-Math.abs(n.rect.top-e)),t[0]):null},be=()=>B||a,xe=()=>!t.stickyRespectHeader||!t.stickyHeaderSelector?[]:Array.from(i.querySelectorAll(t.stickyHeaderSelector)).map(e=>{let t=e.getBoundingClientRect(),n=r.getComputedStyle(e),i=Number.parseInt(n.zIndex,10);return{el:e,rect:t,styles:n,zIndex:Number.isFinite(i)?i:null}}).filter(({rect:e,styles:t})=>e.width<=r.innerWidth*.5||e.height<=0?!1:t.display!==`none`&&t.visibility!==`hidden`),Se=()=>{let e=xe().filter(({rect:e,styles:n})=>n.position!==`fixed`&&n.position!==`sticky`?!1:e.top<=t.stickyTop+1&&e.bottom>t.stickyTop+1);return e.length?(e.sort((e,t)=>t.rect.bottom-e.rect.bottom),e[0]):null},Ce=()=>{let e=Se();return e?Math.max(t.stickyTop,Math.round(e.rect.bottom)):Math.max(t.stickyTop,ue||t.stickyTop)},we=()=>{let e=Se();return e?.zIndex&&e.zIndex>2?Math.max(1,Math.min(t.stickyZIndex,e.zIndex-1)):t.stickyZIndex},Te=({active:e,progress:t=0,remainingMs:n=0})=>{R?.contentWindow&&R.contentWindow.postMessage({type:`mobilefireplace:sticky`,active:e,progress:Math.max(0,Math.min(1,t)),remainingMs:Math.max(0,Math.round(n))},`*`)},Ee=e=>{!e||le.some(t=>t.el===e)||le.push({el:e,value:e.style.getPropertyValue(`z-index`),priority:e.style.getPropertyPriority(`z-index`)})},De=e=>{let t=new Set([be()].filter(Boolean));if(f===u.afr||W||p){[a,y,c].filter(Boolean).forEach(e=>t.add(e));let e=be()?.parentElement;for(;e&&e!==i.body&&e!==i.documentElement&&(t.add(e),e.id!==`stickyLeaderboard`);)e=e.parentElement}for(let n of t)Ee(n),n.style.setProperty(`z-index`,String(e),`important`)},Oe=()=>$&&(a.closest(`#stickyLeaderboard`)||i.querySelector(`#stickyLeaderboard`))||be(),ke=()=>{if(!$||!R)return;let e=R.style;e.left=`0px`,e.width=`100vw`},Ae=()=>{if(!$||!R||K===`active`)return;let e=Oe();if(!e)return;let t=e.getBoundingClientRect(),n=R.style;n.position=`absolute`,n.top=`${Math.round(r.scrollY+t.top)}px`,ke(),n.setProperty(`z-index`,`6`,`important`),R.removeAttribute(`data-mf-sticky-active`)},je=()=>{$&&(Ae(),Y&&r.cancelAnimationFrame(Y),Y=r.requestAnimationFrame(()=>{Y=null,Ae()}),X&&r.clearTimeout(X),X=r.setTimeout(()=>{X=null,Ae()},350))},Me=()=>{for(let e=le.length-1;e>=0;--e){let{el:t,value:n,priority:r}=le[e];n?t.style.setProperty(`z-index`,n,r):t.style.removeProperty(`z-index`)}le.length=0},Ne=()=>{if(!R)return;_e(be());let e=be().getBoundingClientRect(),t=we();De(t);let n=R.style;n.position=`fixed`,n.top=`${Ce()}px`,$?ke():(n.left=`${Math.round(e.left)}px`,n.width=`${Math.round(e.width)}px`),n.setProperty(`z-index`,String(t),`important`),R.setAttribute(`data-mf-sticky-active`,``)},Pe=()=>{if(!R)return;if($){je(),Me();return}let e=R.style;e.position=`relative`,e.top=``,e.left=``,e.width=`100%`,e.setProperty(`z-index`,`1`),Me(),R.removeAttribute(`data-mf-sticky-active`)},Fe=()=>{ce&&=(r.cancelAnimationFrame(ce),null)},Ie=()=>{if(J===null){let e=be().getBoundingClientRect();J=Math.max(0,r.scrollY+e.top-Ce())}return J},Le=()=>se+(K===`active`?Math.max(0,r.performance.now()-q):0),Re=()=>Math.max(0,r.scrollY-Ie()),ze=()=>{let e=ie?Le()/t.stickyDurationMs:0,n=ae?Re()/t.stickyScrollDistance:0;return Math.max(e,n)},Be=()=>ie?t.stickyDurationMs-Le():0,Ve=()=>r.scrollY<Ie()-1,He=()=>{K===`active`&&(se=Le(),K=`paused`,Fe(),Pe(),Te({active:!1,progress:ze(),remainingMs:Be()}))},Ue=()=>{K!==`paused`||Ve()||(K=`active`,q=r.performance.now(),Ne(),Ge())},We=()=>{K!==`active`&&K!==`paused`||(K===`active`&&(se=Le()),K=`released`,Fe(),Pe(),Te({active:!1,progress:1,remainingMs:0}))},Ge=()=>{if(K!==`active`)return;if(Ve()){He();return}let e=Le(),n=Re(),i=ie?e/t.stickyDurationMs:0,a=ae?n/t.stickyScrollDistance:0,o=Math.max(i,a),s=ie?t.stickyDurationMs-e:0;if(Ne(),Te({active:!0,progress:o,remainingMs:s}),i>=1||a>=1){We();return}ce=r.requestAnimationFrame(Ge)},Ke=()=>{if(!oe||K!==`pending`||!R)return;let e=be().getBoundingClientRect();J=Math.max(0,r.scrollY+e.top-Ce()),se=0,K=`active`,q=r.performance.now(),Ne(),Ge()},qe=()=>{!oe||K!==`pending`||!R||r.scrollY<=0||be().getBoundingClientRect().top<=Ce()&&Ke()},Je=()=>{K===`pending`?qe():K===`active`&&Ve()?He():K===`paused`&&Ue(),K!==`active`&&je()},Ye=()=>{Je(),Q&&r.cancelAnimationFrame(Q),Q=r.requestAnimationFrame(()=>{Q=null,Je()})},Xe=()=>{ge();let e=n.parentElement;for(;e&&e!==i.body&&e!==i.documentElement;){let t=r.getComputedStyle(e);(t.transform&&t.transform!==`none`||t.willChange&&t.willChange!==`auto`||t.contain&&t.contain!==`none`||t.filter&&t.filter!==`none`||t.perspective&&t.perspective!==`none`)&&(V.push({el:e,orig:e.getAttribute(`style`)}),e.style.transform=`none`,e.style.willChange=`auto`,e.style.contain=`none`,e.style.filter=`none`,e.style.perspective=`none`),t.overflow!==`visible`&&(V.find(t=>t.el===e)||V.push({el:e,orig:e.getAttribute(`style`)}),e.style.overflow=`visible`),e=e.parentElement}let d=n.style;if(d.setProperty(`position`,f===u.afr?`absolute`:`fixed`,f===u.afr?`important`:``),d.setProperty(`top`,`0`,f===u.afr?`important`:``),d.setProperty(`left`,`0`,f===u.afr?`important`:``),d.setProperty(`width`,f===u.afr?`0`:`100vw`,f===u.afr?`important`:``),d.setProperty(`height`,f===u.afr?`0`:`100dvh`,f===u.afr?`important`:``),d.setProperty(`z-index`,f===u.afr?`0`:String(t.zIndex),f===u.afr?`important`:``),d.setProperty(`border`,`none`,f===u.afr?`important`:``),d.setProperty(`margin`,`0`,f===u.afr?`important`:``),d.setProperty(`padding`,`0`,f===u.afr?`important`:``),d.setProperty(`display`,`block`,f===u.afr?`important`:``),d.setProperty(`opacity`,f===u.afr?`0`:`1`,f===u.afr?`important`:``),d.setProperty(`pointer-events`,`none`,f===u.afr?`important`:``),f===u.afr&&l&&l!==`about:blank`)try{let e=new URL(l);e.searchParams.set(`mfRole`,`wallpaper`),z=i.createElement(`iframe`),z.src=e.href,z.setAttribute(`data-mf-wallpaper-iframe`,``),z.setAttribute(`scrolling`,`no`),z.setAttribute(`frameborder`,`0`);let t=z.style;t.setProperty(`position`,`fixed`,`important`),t.setProperty(`top`,`0`,`important`),t.setProperty(`left`,`0`,`important`),t.setProperty(`width`,`100vw`,`important`),t.setProperty(`height`,`100dvh`,`important`),t.setProperty(`border`,`none`,`important`),t.setProperty(`margin`,`0`,`important`),t.setProperty(`padding`,`0`,`important`),t.setProperty(`display`,`block`,`important`),t.setProperty(`background`,`transparent`,`important`),t.setProperty(`z-index`,`0`,`important`),t.setProperty(`pointer-events`,`none`,`important`),i.body.insertBefore(z,i.body.firstChild)}catch(e){console.warn(`[mobilefireplace] Could not create AFR wallpaper iframe:`,e)}if(a.setAttribute(`poweredAC`,`0.1.105`),_){let e=_.style;e.width=`100%`,e.height=`0`,e.overflow=`visible`,e.position=`static`,e.margin=`0`}let p=a.style;p.height=t.billboardHeight+`px`,p.minHeight=t.billboardHeight+`px`,p.background=`transparent`,p.overflow=`visible`,p.position=`relative`,p.width=`100%`,p.padding=`0`,p.margin=`0`,y&&(y.style.overflow=`visible`,y.style.position=`relative`,y.style.backgroundColor=`transparent`,y.style.height=t.billboardHeight+`px`,y.style.minHeight=t.billboardHeight+`px`,y.style.maxHeight=t.billboardHeight+`px`,y.style.padding=`0`,y.style.margin=`0`,x&&S&&S!==`0px`&&(y.style.marginTop=S),y.setAttribute(`data-mf-slot`,``));let m=`max(${t.sideStripWidth}px, env(safe-area-inset-left))`,h=`max(${t.sideStripWidth}px, env(safe-area-inset-right))`;if(L=i.createElement(`style`),L.id=`mobilefireplace-pac`,L.textContent=`
137
+ `);t=`<!doctype html><html><head><meta charset="utf-8">${r}<style>html,body{margin:0;padding:0;background:transparent;}</style></head><body>${n.outerHTML}${i}</body></html>`}catch{return!1}if(!t)return!1;o.setAttribute(A,`1`);try{e.parentNode?.insertBefore(H,e)}catch{return o.removeAttribute(A),!1}re(),ie(),J();try{o.srcdoc=t}catch{return!1}return!0},oe=()=>{d(H,`position`,`fixed`),d(H,`marginTop`,`0px`),d(H,`marginBottom`,`0px`),d(H,`marginLeft`,`0px`),d(H,`marginRight`,`0px`),d(H,`transform`,``)},se=()=>{d(H,`display`,`none`)},ce=()=>{d(H,`display`,`block`),d(H,`overflow`,`hidden`)},Y=null,X=()=>{if((!Y||!Y.isConnected)&&(Y=M(V.headingText)),!Y)return;let e=Y.getBoundingClientRect(),t=e.top-G-v+ne,n=e.left+K;d(H,`top`,`${t}px`),d(H,`left`,`${n}px`),d(H,`right`,`auto`)},Z=null,Q=null,le=!1,ue=(e=12)=>{if(Y=M(V.headingText),!Y){e>1&&(F=s.setTimeout(()=>ue(e-1),250));return}ae(Y)||(le=!0,re(),ie(),oe(),X(),Z=()=>X(),Q=()=>X(),s.addEventListener(`scroll`,Z,{passive:!0}),s.addEventListener(`resize`,Q))};ue();let de=()=>{F&&=(s.clearTimeout(F),null),P&&=(s.clearTimeout(P),null),Z&&=(s.removeEventListener(`scroll`,Z),null),Q&&=(s.removeEventListener(`resize`,Q),null),H.getAttribute(k)===u&&H.removeAttribute(k),le&&(Object.entries(U).forEach(([e,t])=>{H.style[e]=t}),Object.entries(te).forEach(([e,t])=>{o.style[e]=t}),W.forEach(({element:e,overflow:t})=>{e.style.overflow=t})),s[O]?.instanceId===u&&delete s[O]};return s[O]={instanceId:u,iframe:o,cleanup:de,show:ce,hide:se},de},F=(e,t,n)=>{let r=window.frameElement?window.frameElement:null;if(!r)return()=>{};let i=window.parent;if(!i||i===window)return()=>{};let a=null;try{a=i.document,i.location.href}catch{return()=>{}}let o={siteBackgroundColor:`#ffffff`,logoTop:`44px`,logoLeft:`50%`,logoTransform:`translateX(-50%)`,logoSmallLeft:`250px`,logoSmallTransform:`translateX(0px)`,logoSmallFilter:`none`,zIndex:function(){let e=window.parent.document;e.querySelector(`.container--padded`)?.setAttribute(`style`,`position:relative`),((e,t)=>e.forEach(e=>t.forEach(([t,n])=>e.style[t]=n)))(e.querySelectorAll(`.advert`),[[`position`,`relative`]]),e.querySelector(`.footer-netkit`)?.setAttribute(`style`,`position:relative;max-width:1190px;left:50%;transform:translate(-50%,0);`),e.querySelector(`div[type="BANNER"]`)?.setAttribute(`style`,`display:none`),e.querySelector(`div[type="MBANNER"]`)?.setAttribute(`style`,`display:none`),e.querySelector(`div[id*="sidepanel"][id*="above"]`)?.setAttribute(`style`,`display:none`)}},s={siteBackgroundColor:`#ffffff`,logoTop:`44px`,logoLeft:`50%`,logoTransform:`translateX(-50%)`,logoSmallLeft:`50%`,logoSmallTransform:`translateX(-50%)`,logoSmallFilter:`none`,zIndex:function(){let e=window.parent.document,t=(e,t)=>e.forEach(e=>t.forEach(([t,n])=>e.style[t]=n));e.querySelector(`.nk-demographics`)?.setAttribute(`style`,`max-width:1190px;left:50%;transform:translate(-50%,0);`),e.querySelector(`.nk-footer`)?.setAttribute(`style`,`position:relative;max-width:1190px;left:50%;transform:translate(-50%,0);`),e.querySelector(`article`)?.setAttribute(`style`,`position:relative`),e.querySelector(`#article`)?.setAttribute(`style`,`position:relative`),e.querySelector(`#VideoIndex`)?.setAttribute(`style`,`position:relative`),e.querySelector(`#Index`)?.setAttribute(`style`,`position:relative`),e.querySelector(`.show`)?.setAttribute(`style`,`position:relative`),t(e.querySelectorAll(`.column`),[[`position`,`relative`]]),t(e.querySelectorAll(`.advert`),[[`position`,`relative`]]),t(e.querySelectorAll(`blockquote`),[[`zIndex`,`1`]]),e.querySelector(`div[class*="article__MyContainer"]`)?.setAttribute(`style`,`max-width:1190px;margin-top:-24px`),e.querySelector(`div[type="BANNER"]`)?.setAttribute(`style`,`display:none`),e.querySelector(`div[type="MBANNER"]`)?.setAttribute(`style`,`display:none`),e.querySelector(`div[id*="sidepanel"][id*="above"]`)?.setAttribute(`style`,`display:none`)}},c={siteBackgroundColor:`#ffffff`,logoTop:`44px`,logoLeft:`50%`,logoTransform:`translateX(-50%)`,logoSmallLeft:`50%`,logoSmallTransform:`translateX(-50%)`,logoSmallFilter:`none`,zIndex:function(){let e=window.parent.document,t=(e,t)=>e.forEach(e=>t.forEach(([t,n])=>e.style[t]=n));e.querySelector(`.nk-demographics`)?.setAttribute(`style`,`max-width:1190px;left:50%;transform:translate(-50%,0);`),e.querySelector(`.nk-footer`)?.setAttribute(`style`,`position:relative;max-width:1190px;left:50%;transform:translate(-50%,0);`),e.querySelector(`article`)?.setAttribute(`style`,`position:relative`),e.querySelector(`#article`)?.setAttribute(`style`,`position:relative`),e.querySelector(`#VideoIndex`)?.setAttribute(`style`,`position:relative`),e.querySelector(`#Index`)?.setAttribute(`style`,`position:relative`),e.querySelector(`.show`)?.setAttribute(`style`,`position:relative`),t(e.querySelectorAll(`.column`),[[`position`,`relative`]]),t(e.querySelectorAll(`.advert`),[[`position`,`relative`]]),t(e.querySelectorAll(`blockquote`),[[`zIndex`,`1`]]),e.querySelector(`div[class^="component__StrapContainer"]`)?.setAttribute(`style`,`position:relative`),e.querySelector(`section[class^="WatchNow__Container"]`)?.setAttribute(`style`,`margin-left:calc(50% - 49vw);margin-right:calc(50% - 49vw + 10px);`),e.querySelector(`div[class*="ArticleContainer"]`)?.setAttribute(`style`,`max-width:1190px;margin-top:0px`),e.querySelector(`div[type="BANNER"]`)?.setAttribute(`style`,`display:none`),e.querySelector(`div[type="MBANNER"]`)?.setAttribute(`style`,`display:none`),e.querySelector(`div[id*="sidepanel"][id*="above"]`)?.setAttribute(`style`,`display:none`)}},l={siteBackgroundColor:`#ffffff`,logoTop:`44px`,logoLeft:`50%`,logoTransform:`translateX(-50%)`,logoSmallLeft:`50%`,logoSmallTransform:`translateX(-50%)`,logoSmallFilter:`none`,zIndex:function(){let e=window.parent.document,t=(e,t)=>e.forEach(e=>t.forEach(([t,n])=>e.style[t]=n));e.querySelector(`section[data-section="marketing-banner"]`)?.setAttribute(`style`,`position:relative`),e.querySelector(`.container--ads`)?.setAttribute(`style`,`min-height:0`),e.getElementById(`mastheadAnchorToggle`)?.setAttribute(`style`,`display:none`),t(e.querySelectorAll(`.advert`),[[`position`,`relative`]]),t(e.querySelectorAll(`iframe`),[[`position`,`relative`]]),e.querySelector(`div[data-testid="live-tv"]`)?.parentNode?.setAttribute(`style`,`position:relative`),e.querySelector(`div[data-contentunit-id="stan"]`)?.parentNode?.setAttribute(`style`,`position:relative`),t(e.querySelectorAll(`small`),[[`position`,`relative`]]),e.querySelector(`small`)?.setAttribute(`style`,`position:inherit`),e.querySelector(`div[type="BANNER"]`)?.setAttribute(`style`,`display:none`),e.querySelector(`div[type="MBANNER"]`)?.setAttribute(`style`,`display:none`),e.querySelector(`div[id*="sidepanel"][id*="above"]`)?.setAttribute(`style`,`display:none`)}},u={siteBackgroundColor:`#ffffff`,logoTop:`-148px`,logoLeft:`50%`,logoTransform:`translateX(-50%)`,logoSmallLeft:`50%`,logoSmallTransform:`translateX(-50%)`,logoSmallFilter:`none`,zIndex:function(){let e=window.parent.document;e.querySelector(`.container--padded`)?.setAttribute(`style`,`position:relative`),((e,t)=>e.forEach(e=>t.forEach(([t,n])=>e.style[t]=n)))(e.querySelectorAll(`.advert`),[[`position`,`relative`]]),e.querySelector(`.footer-netkit`)?.setAttribute(`style`,`position:relative;max-width:1190px;left:50%;transform:translate(-50%,0);`),e.querySelector(`div[type="BANNER"]`)?.setAttribute(`style`,`display:none`),e.querySelector(`div[type="MBANNER"]`)?.setAttribute(`style`,`display:none`),e.querySelector(`div[id*="sidepanel"][id*="above"]`)?.setAttribute(`style`,`display:none`)}},d={siteBackgroundColor:`#ffffff`,logoTop:`44px`,logoLeft:`50%`,logoTransform:`translateX(-50%)`,logoSmallLeft:`50%`,logoSmallTransform:`translateX(-50%)`,logoSmallFilter:`invert(1)`,zIndex:function(){let e=window.parent.document;e.querySelector(`.header-wrapper`)?.setAttribute(`style`,`height:124px`),e.querySelector(`.weather-widget-wrapper`)?.setAttribute(`style`,`bottom:0px`),e.querySelector(`.content`)?.setAttribute(`style`,`padding-top:32px`),e.querySelector(`.layout`)?.setAttribute(`style`,`position:relative;background-color:transparent;`),e.querySelector(`.footer-ad`)?.setAttribute(`style`,`position:relative`),e.querySelector(`.footer-netkit`)?.setAttribute(`style`,`position:relative;max-width:1190px;left:50%;transform:translate(-50%,0);`),e.querySelector(`div[type="BANNER"]`)?.setAttribute(`style`,`display:none`),e.querySelector(`div[type="MBANNER"]`)?.setAttribute(`style`,`display:none`),e.querySelector(`div[id*="sidepanel"][id*="above"]`)?.setAttribute(`style`,`display:none`)}},f=[{site:`https://www.nine.com.au/sport`,config:o},{site:`https://www.nine.com.au/product-reviews`,config:c},{site:`https://www.nine.com.au/property`,config:c},{site:`https://www.nine.com.au/entertainment`,config:c},{site:`https://staging.nine.com.au/sport`,config:o},{site:`https://staging.nine.com.au/product-reviews`,config:c},{site:`https://staging.nine.com.au/property`,config:c},{site:`https://staging.nine.com.au/entertainment`,config:c},{site:`https://render-web-nine-staging-v1.ffxblue.com.au`,config:l},{site:`https://render-web-nine-production-v1.ffxblue.com.au`,config:l},{site:`https://preview.nine.com.au/`,config:l},{site:`https://www.nine.com.au`,config:l},{site:`https://www.nine`,config:l},{site:`https://staging.nine`,config:l},{site:`https://entertainment`,config:s},{site:`https://celebrity`,config:s},{site:`https://homes`,config:s},{site:`https://travel`,config:s},{site:`https://honey`,config:s},{site:`https://style`,config:s},{site:`https://coach`,config:s},{site:`https://kitchen`,config:s},{site:`https://finance`,config:s},{site:`https://wwos`,config:u},{site:`https://staging.wwos`,config:u},{site:`https://www.9news`,config:d},{site:`https://staging.9news`,config:d},{site:`https://www.yourtv`,config:s},{site:`https://staging.yourtv`,config:s},{site:`https://9now`,config:c},{site:`https://creative-preview-an.com`,config:s}],p=()=>{let e=window.document.getElementById(`logo-small`);e&&(e.style.left=C.logoSmallLeft,e.style.transform=C.logoSmallTransform,e.style.filter=C.logoSmallFilter),_(),g(),i.addEventListener(`scroll`,y),w=setTimeout(y,50)},m=()=>{let e=null;return e=a.querySelector(`div[id*="desktop"][id*="takeover"][id*="above"]`),e},h=()=>{let e=i.location.href;for(let t=0;t<f.length;t+=1)if(e.indexOf(f[t].site)>=0)return f[t].config},g=()=>{if(!r)return;let e=r.style;e.width=`100%`,e.height=`${t}px`,e.position=`relative`},_=()=>{if(!S)return;let e=S.style;e.maxHeight=`${t}px`,e.minHeight=`${t}px`,e.marginTop=`0px`,e.marginBottom=`0px`,e.position=`absolute`,e.width=`1900px`,e.top=C.logoTop,e.left=C.logoLeft,e.transform=C.logoTransform,e.zIndex=`10000`,e.pointerEvents=`none`,C.zIndex&&C.zIndex()},v=e=>{if(!S)return;let r=S.style;e===`big`&&!window.bigActive?(r.maxHeight=`${t}px`,r.minHeight=`${t}px`,r.position=`absolute`,r.top=C.logoTop,r.zIndex=`10000`,typeof window.loadBig==`function`&&window.loadBig()):e===`small`&&!window.smallActive&&(r.maxHeight=`${n}px`,r.minHeight=`${n}px`,r.position=`fixed`,r.top=`0px`,r.zIndex=`100000`,typeof window.loadSmall==`function`&&window.loadSmall())},y=()=>{let e=i.scrollY;r.style,e>=0&&e<=T?v(`big`):e>T&&(v(e>E?`small`:`big`),E=e<=0?0:e)},b=(e=4)=>{x()||e>1&&setTimeout(()=>{b(e-1)},20)},x=()=>{let e=a.querySelector(`header`);return e?window.getComputedStyle(e).top===`0px`?(v(`big`),!0):(v(`small`),!1):(v(`big`),!0)},S=m(),C=h();if(!C)return()=>{};let w=null,T=e,E=0;return p(),()=>{i.removeEventListener(`scroll`,y),w&&=(clearTimeout(w),null)}},I=((e,t=50)=>`linear(${Array.from({length:t+1},(n,r)=>e(r/t)).map(e=>+e.toFixed(4)).join(`, `)})`)(e=>{if(e===0||e===1)return e;let t=2*Math.PI/3;return 2**(-10*e)*Math.sin((e*10-.75)*t)+1}),L=(e={})=>{let t={adScrollHeight:`300vh`,bandHeight:24,bandBg:`#222`,bandColor:`#fff`,bandFontSize:`10px`,bandFontFamily:`Arial, Helvetica, sans-serif`,bandLetterSpacing:`1px`,labelTop:`Advertisement`,labelBottomResume:`Scroll to continue`,labelBottomMid:`Keep scrolling`,labelBottomLate:`Almost there`,labelBottomNow:`Content now ↓`,progressBarColor:`rgba(255,255,255,0.35)`,zIndexTop:9,zIndexBottom:8,bottomBandShowAt:400,bottomBandHideAt:300,snapPx:50,snapOverlap:2,stretchOverlap:20,snapDuration:.9,snapEase:I,onEnter:null,onExit:null,onProgress:null,thresholds:[],...e},n=window.frameElement?window.frameElement:null;if(!n)return()=>{};let r=window.parent;if(!r||r===window)return()=>{};let i=null;try{i=r.document,r.location.href}catch{return()=>{}}let a=(()=>{let e=i.querySelector(`#adspot-mobile-mobile-3-above`);if(e)return e;let t=n.parentElement;for(;t&&t!==i.body;){if(t.id&&t.id.includes(`adspot`))return t;t=t.parentElement}return n.parentElement})();if(!a)return()=>{};let o=a.getAttribute(`style`),s=n.getAttribute(`style`),c=[],l={width:`100vw`,marginLeft:`calc(50% - 50vw)`,height:t.bandHeight+`px`,backgroundColor:t.bandBg,color:t.bandColor,fontSize:t.bandFontSize,fontFamily:t.bandFontFamily,textTransform:`uppercase`,letterSpacing:t.bandLetterSpacing,display:`flex`,alignItems:`center`,justifyContent:`center`,pointerEvents:`none`};(()=>{let e=a.style;e.height=t.adScrollHeight,e.maxHeight=t.adScrollHeight,e.position=`relative`,a.setAttribute(`poweredAC`,`0.1.108`),e.clipPath=`inset(-${t.bandHeight-1}px 0 0 0)`,e.overflow=`visible`,e.width=`100vw`,e.maxWidth=`100vw`,e.marginLeft=`calc(50% - 50vw)`,e.marginRight=`0`,e.marginTop=`0`,e.marginBottom=`0`,e.padding=`0`;let o=a.parentElement;for(let e=0;e<6&&o&&o!==i.body;e++){let t=r.getComputedStyle(o),n=!1;(t.overflow===`hidden`||t.overflowY===`hidden`)&&(c.push({el:o,prop:`overflow`,val:o.style.overflow}),c.push({el:o,prop:`overflowY`,val:o.style.overflowY}),o.style.overflow=`visible`,o.style.overflowY=`visible`,n=!0);let i=parseFloat(t.height);t.height!==`auto`&&!isNaN(i)&&i<600&&(c.push({el:o,prop:`height`,val:o.style.height}),o.style.height=`auto`,n=!0);let a=t.maxHeight;if(a&&a!==`none`&&(c.push({el:o,prop:`maxHeight`,val:o.style.maxHeight}),o.style.maxHeight=`none`,n=!0),!n&&e>1)break;o=o.parentElement}let s=n.style;s.position=`fixed`,s.top=`0`,s.left=`0`,s.width=`100vw`,s.height=`100vh`,s.maxWidth=`100vw`,s.margin=`0`,s.padding=`0`,s.border=`none`,s.zIndex=`1`;let u=i.createElement(`div`);u.id=`interscroller-top-band-wrapper`,Object.assign(u.style,{position:`sticky`,bottom:`0`,width:`100vw`,marginLeft:`calc(50% - 50vw)`,zIndex:t.zIndexTop,pointerEvents:`none`});let d=i.createElement(`div`);d.id=`interscroller-top-band`,d.textContent=t.labelTop,Object.assign(d.style,l,{position:`relative`,width:`100%`,marginLeft:`0`,transformOrigin:`top center`}),u.appendChild(d),a.insertAdjacentElement(`beforebegin`,u);let f=i.createElement(`div`);f.id=`interscroller-bottom-band`,Object.assign(f.style,l,{position:`fixed`,bottom:`0`,left:`0`,zIndex:t.zIndexBottom,display:`flex`,overflow:`hidden`,transform:`translateY(100%)`,transition:`none`});let p=i.createElement(`span`);if(p.id=`interscroller-bottom-label`,p.textContent=t.labelBottomResume,p.style.cssText=`position:relative;z-index:1;pointer-events:none;`,f.appendChild(p),t.progressBarColor){let e=i.createElement(`span`);e.id=`interscroller-bottom-progress`,e.style.cssText=[`position:absolute`,`inset:0`,`width:0%`,`background:${t.progressBarColor}`,`transition:none`,`z-index:0`,`pointer-events:none`].join(`;`),f.appendChild(e)}a.after(f)})();let u=i.querySelector(`#interscroller-top-band`),d=i.querySelector(`#interscroller-top-band-wrapper`),f=i.querySelector(`#interscroller-bottom-band`),p=i.querySelector(`#interscroller-bottom-label`),m=i.querySelector(`#interscroller-bottom-progress`),h=t.bandHeight,g=t.snapPx,_=!1,v=!1,y=!1,b=!1,x=(t.thresholds||[]).map(()=>!1),S=()=>{if(!f)return;let e=a.getBoundingClientRect(),n=r.innerHeight;if(e.bottom<=0||e.top>=n){f.style.display=`none`;return}f.style.display=`flex`;let i=e.top<=n,o=e.bottom<=n-h,s=b?e.top<=n-t.bottomBandHideAt:e.top<=n-t.bottomBandShowAt,c=a.offsetHeight,l=Math.min(1,Math.max(0,(n-e.top)/(c+n))),d=Math.min(1,Math.max(0,(n-e.top)/(c+h))),S=Math.min(1,Math.max(0,(n-e.top)/c)),C=Math.min(e.bottom,n)-Math.max(e.top-h,0),w=Math.min(1,Math.max(0,C/n)),T=Math.max(0,Math.round(e.bottom-n));!v&&i&&t.onEnter&&t.onEnter(),!y&&o&&t.onExit&&t.onExit(),v=i,y=o,b=s,t.onProgress&&t.onProgress({scrollProgress:l,adExposure:S,viewportCoverage:w,pxRemaining:T}),(t.thresholds||[]).forEach((e,t)=>{let n=x[t],r=l>=e.at;!n&&r?(x[t]=!0,e.onEnter&&e.onEnter(l)):n&&!r&&(x[t]=!1,e.onLeave&&e.onLeave(l))});let E=n;if(u&&e.top<=E+t.stretchOverlap&&!o){let n=E-e.top;if(!_&&n<=g-t.snapOverlap){let e=1+Math.max(0,n+t.stretchOverlap)/h;u.style.transition=`none`,u.style.transform=`scaleY(${e})`}else!_&&n>g-t.snapOverlap&&(_=!0,u.style.transition=`transform ${t.snapDuration}s ${t.snapEase}`,u.style.transform=`scaleY(1)`)}else u&&e.top>E+t.stretchOverlap&&(_=!1,u.style.transition=`none`,u.style.transform=`scaleY(1)`);let D=r.visualViewport?Math.round(r.innerHeight-(r.visualViewport.offsetTop+r.visualViewport.height)):0;o?(f.style.transition=`none`,f.style.transform=`none`,f.style.position=`sticky`,f.style.top=`0`,f.style.bottom=``,f.style.left=``,f.style.marginLeft=`calc(50% - 50vw)`,f.style.width=`100vw`,p&&(p.textContent=t.labelBottomNow),m&&(m.style.width=`100%`)):s?(p&&(p.textContent=T>0?d<.2?t.labelBottomResume:d<.75?t.labelBottomMid:t.labelBottomLate:t.labelBottomNow),m&&(m.style.width=`${Math.round(d*100)}%`),f.style.transition=`transform 0.3s ease`,f.style.transform=`translateY(0)`,f.style.position=`fixed`,f.style.bottom=`${D}px`,f.style.top=``,f.style.left=`0`,f.style.marginLeft=`0`,f.style.width=`100vw`):(f.style.transition=`transform 0.3s ease`,f.style.transform=`translateY(100%)`,f.style.position=`fixed`,f.style.bottom=`${D}px`,f.style.left=`0`,f.style.marginLeft=`0`,f.style.width=`100vw`)};return S(),r.addEventListener(`scroll`,S,{passive:!0}),r.visualViewport?.addEventListener(`resize`,S,{passive:!0}),()=>{r.removeEventListener(`scroll`,S),r.visualViewport?.removeEventListener(`resize`,S),d?d.remove():u&&u.remove(),f&&f.remove(),o?a.setAttribute(`style`,o):a.removeAttribute(`style`),s?n.setAttribute(`style`,s):n.removeAttribute(`style`),c.forEach(({el:e,prop:t,val:n})=>{e.style[t]=n||``})}},R=(e={})=>{let t={adaptToWidth:`100%`,maxWidth:`400px`,maintainAspectRatio:!0,adaptToHeight:!1,zIndex:7,onAdapt:null,...e},n=window.frameElement??null;if(!n)return()=>{};let r=window.parent;if(!r||r===window)return()=>{};let i=null;try{i=r.document,r.location.href}catch{return()=>{}}let a=(()=>{let e=i.querySelector(`#adspot-mobile-mbanner-2-above`);if(e)return e;let t=n.parentElement;for(;t&&t!==i.body;){if(t.id&&t.id.includes(`adspot`))return t;t=t.parentElement}return n.parentElement})();if(!a)return()=>{};let o=a.getAttribute(`style`),s=n.getAttribute(`style`),c=n.parentElement===a?null:n.parentElement,l=c?c.getAttribute(`style`):null,u=a.parentElement,d=u?r.getComputedStyle(u).paddingTop:null,f=null,p=parseInt(n.getAttribute(`width`),10)||320,m=parseInt(n.getAttribute(`height`),10)||50;return(()=>{let e=a.style;if(e.position=`relative`,e.overflow=`visible`,e.boxSizing=`border-box`,a.setAttribute(`poweredAC`,`0.1.108`),c){let e=c.style;e.width=`100%`,e.height=`100%`,e.margin=`0`,e.textAlign=`left`}let t=n.style;t.display=`block`,t.width=`100%`,t.height=`100%`,t.border=`none`,t.margin=`0`,t.padding=`0`})(),(()=>{let e=a.style;e.zIndex=String(t.zIndex),t.adaptToWidth&&(e.width=t.adaptToWidth,e.maxWidth=t.maxWidth||t.adaptToWidth,t.maxWidth&&t.adaptToWidth!==`100vw`&&!t.adaptToWidth.endsWith(`vw`)?(e.marginLeft=`auto`,e.marginRight=`auto`):(t.adaptToWidth===`100vw`||t.adaptToWidth.endsWith(`vw`))&&(e.marginLeft=`calc(50% - 50vw)`,e.marginRight=`0`)),u&&d&&d!==`0px`&&(u.style.paddingTop=`0`),t.maintainAspectRatio?r.requestAnimationFrame(()=>{let e=a.offsetWidth||p,r=Math.round((m||50)/p*e);a.style.height=r+`px`,c&&(c.style.height=r+`px`),n.style.height=r+`px`,t.onAdapt&&t.onAdapt()}):(t.adaptToHeight&&(e.height=t.adaptToHeight),t.onAdapt&&t.onAdapt())})(),()=>{f&&=(f.disconnect(),null),o?a.setAttribute(`style`,o):a.removeAttribute(`style`),s?n.setAttribute(`style`,s):n.removeAttribute(`style`),c&&(l?c.setAttribute(`style`,l):c.removeAttribute(`style`)),u&&d&&d!==`0px`&&(u.style.paddingTop=d)}},z=(e={})=>{let t={billboardHeight:150,sideStripWidth:10,zIndex:0,creativeUrl:null,sticky:!1,stickyDurationMs:5e3,stickyScrollDistance:600,stickyTop:0,stickyZIndex:1e4,stickyRespectHeader:!0,stickyHeaderSelector:`#app > [data-ad-target="header"], [data-ad-target="header"] [data-ad-target="header-nav"], body > header, body > * > header, [role="banner"]`,stickyHeaderFallbackHeight:null,onAdapt:null,...e},n=window.frameElement??null;if(!n)return()=>{};let r=window.parent;if(!r||r===window)return()=>{};let i=null;try{i=r.document,r.location.href}catch{return()=>{}}let a=(()=>{let e=i.querySelector(`#adspot-mobile-mbanner-1-above, #adspot-mobile-mbanner-2-above`);if(e)return e;let t=n.parentElement;for(;t&&t!==i.body;){if(t.id&&t.id.includes(`adspot`))return t;t=t.parentElement}return n.parentElement})();if(!a)return()=>{};let o=i.querySelector(`main#content`)||i.querySelector(`main`),s=i.querySelector(`#app`),c=a.closest(`.adWrapper`)||a.parentElement,l=t.creativeUrl||``,u={nine:{siteBackgroundColor:`#ffffff`,setup(e,t){e.querySelector(`main`)?.style.setProperty(`position`,`relative`);let n=t?.parentElement?.nextElementSibling;n&&n.tagName!==`HEADER`&&(n.style.paddingTop=`0px`)}},wwos:{siteBackgroundColor:`#ffffff`,setup(e,t){e.querySelector(`main`)?.style.setProperty(`position`,`relative`);let n=t?.parentElement?.nextElementSibling;n&&n.tagName!==`HEADER`&&(n.style.paddingTop=`0px`)}},nineNews:{siteBackgroundColor:`#ffffff`,setup(e){let t=e.querySelector(`.layout`);t&&(t.style.backgroundColor=`transparent`),e.querySelector(`.content`)?.style.setProperty(`position`,`relative`)}},lifestyle:{siteBackgroundColor:`#ffffff`,setup(e){e.querySelector(`main`)?.style.setProperty(`position`,`relative`)}},smh:{siteBackgroundColor:`#ffffff`,setup(e){e.querySelector(`main`)?.style.setProperty(`position`,`relative`)}},theage:{siteBackgroundColor:`#ffffff`,setup(e){e.querySelector(`main`)?.style.setProperty(`position`,`relative`)}},afr:{siteBackgroundColor:`transparent`,setup(e){let n=e.querySelector(`#root`);n&&(n.style.setProperty(`background-color`,`transparent`,`important`),n.style.setProperty(`position`,`relative`,`important`),n.style.setProperty(`z-index`,`1`,`important`)),e.querySelectorAll(`#root > *, #root [class*="-content"]`).forEach(e=>{e.style.setProperty(`background-color`,`transparent`,`important`),e.style.setProperty(`background-image`,`none`,`important`),e.style.setProperty(`position`,`relative`,`important`),e.style.setProperty(`z-index`,`1`,`important`)});let r=e.querySelector(`main#content`)||e.querySelector(`main`);r&&(r.style.setProperty(`background-color`,`#ffffff`,`important`),r.style.setProperty(`box-sizing`,`border-box`,`important`),r.style.setProperty(`margin-top`,`0`,`important`),r.style.setProperty(`margin-left`,`-16px`,`important`),r.style.setProperty(`margin-right`,`-16px`,`important`),r.style.setProperty(`width`,`calc(100% + 32px)`,`important`),r.style.setProperty(`max-width`,`none`,`important`),r.style.setProperty(`padding`,`10px`,`important`),r.style.setProperty(`position`,`relative`),r.style.setProperty(`z-index`,`5`,`important`),r.style.setProperty(`isolation`,`isolate`));let i=[`#root [class*="topHeader"]`,`#root [class*="headerWrapper"]`,`#root #subscribe-button-piano-id`,`#root #subscribe-strip-piano-id`,`#root iframe[id^="offer_"]`].join(`, `);e.querySelectorAll(i).forEach(e=>{e.style.setProperty(`background-color`,`#ffffff`,`important`),e.style.setProperty(`background-image`,`none`,`important`),e.style.setProperty(`box-sizing`,`border-box`,`important`),e.style.setProperty(`position`,`relative`,`important`),e.style.setProperty(`z-index`,`5`,`important`)}),e.querySelectorAll(`#root [class*="topHeader"], #root [class*="headerWrapper"], #root #subscribe-strip-piano-id, #root #subscribe-strip-piano-id iframe[id^="offer_"]`).forEach(e=>{e.style.setProperty(`width`,`100vw`,`important`),e.style.setProperty(`max-width`,`100vw`,`important`),e.style.setProperty(`margin-left`,`calc(50% - 50vw)`,`important`),e.style.setProperty(`margin-right`,`0`,`important`)}),e.querySelectorAll(`#root #subscribe-button-piano-id, #root #subscribe-button-piano-id iframe[id^="offer_"]`).forEach(e=>{e.style.setProperty(`width`,`100%`,`important`),e.style.setProperty(`min-width`,`0`,`important`),e.style.setProperty(`max-width`,`100%`,`important`)}),e.querySelectorAll(`#subscribe-strip-piano-id iframe[id^="offer_"]`).forEach(e=>{e.style.setProperty(`width`,`100vw`,`important`),e.style.setProperty(`min-width`,`0`,`important`),e.style.setProperty(`max-width`,`100vw`,`important`)});let a=e.querySelector(`#stickyLeaderboard`);a&&(a.style.setProperty(`background-color`,`transparent`,`important`),a.style.setProperty(`background-image`,`none`,`important`),a.style.setProperty(`box-sizing`,`border-box`,`important`),a.style.setProperty(`position`,`relative`,`important`),a.style.setProperty(`z-index`,`5`,`important`),a.style.setProperty(`height`,`${t.billboardHeight}px`,`important`),a.style.setProperty(`min-height`,`${t.billboardHeight}px`,`important`),a.style.setProperty(`max-height`,`${t.billboardHeight}px`,`important`),a.style.setProperty(`margin-left`,`-16px`,`important`),a.style.setProperty(`margin-right`,`-16px`,`important`),a.style.setProperty(`width`,`calc(100% + 32px)`,`important`),a.style.setProperty(`max-width`,`none`,`important`),a.style.setProperty(`overflow`,`visible`,`important`));let o=[`#stickyLeaderboard > *`,`#stickyLeaderboard .adWrapper`,`#stickyLeaderboard [class*="styledAd"]`].join(`, `);e.querySelectorAll(o).forEach(e=>{e.style.setProperty(`background-color`,`transparent`,`important`),e.style.setProperty(`background-image`,`none`,`important`),e.style.setProperty(`box-sizing`,`border-box`,`important`),e.style.setProperty(`margin-left`,`0`,`important`),e.style.setProperty(`margin-right`,`0`,`important`),e.style.setProperty(`height`,`${t.billboardHeight}px`,`important`),e.style.setProperty(`min-height`,`${t.billboardHeight}px`,`important`),e.style.setProperty(`max-height`,`${t.billboardHeight}px`,`important`),e.style.setProperty(`width`,`100%`,`important`),e.style.setProperty(`max-width`,`100%`,`important`),e.style.setProperty(`overflow`,`visible`,`important`)}),e.querySelectorAll(`#stickyLeaderboard small[class*="-text"]`).forEach(e=>{e.style.setProperty(`background-color`,`transparent`,`important`),e.style.setProperty(`background-image`,`none`,`important`),e.style.setProperty(`box-sizing`,`border-box`,`important`),e.style.setProperty(`display`,`block`,`important`),e.style.setProperty(`position`,`absolute`,`important`),e.style.setProperty(`height`,`0`,`important`),e.style.setProperty(`min-height`,`0`,`important`),e.style.setProperty(`max-height`,`0`,`important`),e.style.setProperty(`line-height`,`0`,`important`),e.style.setProperty(`padding`,`0`,`important`),e.style.setProperty(`margin`,`0`,`important`),e.style.setProperty(`overflow`,`hidden`,`important`),e.style.setProperty(`left`,`0`,`important`),e.style.setProperty(`width`,`100%`,`important`),e.style.setProperty(`max-width`,`100%`,`important`),e.style.setProperty(`color`,`transparent`,`important`),e.style.setProperty(`font-size`,`0`,`important`),e.setAttribute(`aria-hidden`,`true`)})}}},d=[{site:`https://www.nine.com.au/sport`,config:u.wwos},{site:`https://staging.nine.com.au/sport`,config:u.wwos},{site:`https://www.nine.com.au`,config:u.nine},{site:`https://staging.nine.com.au`,config:u.nine},{site:`https://preview.nine.com.au`,config:u.nine},{site:`https://www.9news`,config:u.nineNews},{site:`https://staging.9news`,config:u.nineNews},{site:`https://honey`,config:u.lifestyle},{site:`https://www.smh`,config:u.smh},{site:`https://www.theage`,config:u.theage},{site:`https://www.afr.com.au`,config:u.afr},{site:`https://www.afr.com`,config:u.afr},{site:`https://creative-preview-an.com`,config:u.nine}],f=(()=>{let e=r.location.href;for(let t of d)if(e.indexOf(t.site)>=0)return t.config;return u.nine})(),p=f===u.smh||f===u.theage,m=n.getAttribute(`style`),h=n.hasAttribute(`data-mf-wallpaper-iframe`),g=a.getAttribute(`style`),_=n.parentElement===a?null:n.parentElement,v=_?_.getAttribute(`style`):null,y=a.parentElement,b=a.closest(`[data-ad-target="header-ad-mobile"]`),x=!!(y&&b&&y===b),S=x?r.getComputedStyle(y).marginTop:``,C=y?y.getAttribute(`style`):null,w=s?s.getAttribute(`style`):null,T=o?o.getAttribute(`style`):null,E=o?o.querySelector(`header`):null,D=E?E.getAttribute(`style`):null,O=E?E.querySelector(`.sc-5cbbddda-1`):null,k=O?O.getAttribute(`style`):null,A=i.querySelector(`footer`),j=A?A.getAttribute(`style`):null,M=o?Array.from(o.children).map(e=>({el:e,orig:e.getAttribute(`style`)})):[],N=null,P=null,F=null,I=null,L=null,R=null,z=null,B=null,V=[],H=null,ee=null,U=null,te=null,W=null,G=null,ne=null,K=[],re=Number.isFinite(t.stickyDurationMs)&&t.stickyDurationMs>0,ie=Number.isFinite(t.stickyScrollDistance)&&t.stickyScrollDistance>0,q=!!(t.sticky&&(re||ie)),J=`pending`,ae=0,oe=0,se=null,ce=null,Y=null,X=null,Z=null,Q=null,le=[],ue=Number.isFinite(t.stickyHeaderFallbackHeight)?Math.max(0,t.stickyHeaderFallbackHeight):null,de={FLOW_SYNCED_BODY:`flowSyncedBody`,SPLIT_IN_FLOW:`splitInFlow`,IN_FLOW:`inFlow`};G=(()=>{let e=n.parentElement;for(;e&&e!==i.body&&e!==i.documentElement;){let t=r.getComputedStyle(e);if(t.position===`fixed`||t.position===`sticky`)return e;e=e.parentElement}return null})(),ne=G?G.getAttribute(`style`):null;let fe=!!(o&&f!==u.afr&&(G||p)),pe=f===u.afr||x?de.FLOW_SYNCED_BODY:fe?de.SPLIT_IN_FLOW:de.IN_FLOW,$=pe===de.FLOW_SYNCED_BODY,me=e=>{if(!e||e===U||e===y||e===a)return!1;let t=e.firstElementChild;if(!t||t!==e.lastElementChild||!t.classList.contains(`container`)||t.children.length>0||t.textContent&&t.textContent.trim()||e.querySelector(`[id^="adspot-mobile-mbanner-"], iframe, [data-mf-slot], .adWrapper`))return!1;let n=r.getComputedStyle(e);return n.position===`fixed`||n.position===`sticky`},he=e=>{!e?.parentElement||K.some(t=>t.shell===e)||(K.push({shell:e,parent:e.parentElement,nextSibling:e.nextSibling}),e.remove())},ge=()=>{for(let e of i.querySelectorAll(`.container`)){let t=e.parentElement;me(t)&&he(t)}},_e=e=>{let t=e?.parentElement;for(;t&&t!==i.body&&t!==i.documentElement;){let e=r.getComputedStyle(t);(e.transform&&e.transform!==`none`||e.willChange&&e.willChange!==`auto`||e.contain&&e.contain!==`none`||e.filter&&e.filter!==`none`||e.perspective&&e.perspective!==`none`)&&(V.find(e=>e.el===t)||V.push({el:t,orig:t.getAttribute(`style`)}),t.style.transform=`none`,t.style.willChange=`auto`,t.style.contain=`none`,t.style.filter=`none`,t.style.perspective=`none`),t=t.parentElement}},ve=()=>{let e=i.createElement(`div`);return e.setAttribute(`data-mf-billboard-mount`,``),e.style.height=`${t.billboardHeight}px`,e.style.minHeight=`${t.billboardHeight}px`,e.style.maxHeight=`${t.billboardHeight}px`,e.style.background=`transparent`,e.style.overflow=`visible`,e.style.position=`relative`,e.style.width=`100%`,e.style.padding=`0`,e.style.margin=`0`,e},ye=()=>{if(!s||f!==u.wwos)return null;let e=a.getBoundingClientRect().bottom,t=Array.from(s.querySelectorAll(`div`)).map(e=>{let t=e.getBoundingClientRect(),n=r.getComputedStyle(e),i=e.querySelector(`ul`);return{el:e,list:i,rect:t,styles:n,listStyles:i?r.getComputedStyle(i):null}}).filter(({rect:t,styles:n,list:r,listStyles:i})=>!r||!i||t.top<e-4||t.top>e+120||n.overflow!==`hidden`||parseFloat(n.borderTopLeftRadius)<4?!1:i.overflow===`auto`||i.overflowX===`auto`);return t.length?(t.sort((t,n)=>Math.abs(t.rect.top-e)-Math.abs(n.rect.top-e)),t[0]):null},be=()=>B||a,xe=()=>!t.stickyRespectHeader||!t.stickyHeaderSelector?[]:Array.from(i.querySelectorAll(t.stickyHeaderSelector)).map(e=>{let t=e.getBoundingClientRect(),n=r.getComputedStyle(e),i=Number.parseInt(n.zIndex,10);return{el:e,rect:t,styles:n,zIndex:Number.isFinite(i)?i:null}}).filter(({rect:e,styles:t})=>e.width<=r.innerWidth*.5||e.height<=0?!1:t.display!==`none`&&t.visibility!==`hidden`),Se=()=>{let e=xe().filter(({rect:e,styles:n})=>n.position!==`fixed`&&n.position!==`sticky`?!1:e.top<=t.stickyTop+1&&e.bottom>t.stickyTop+1);return e.length?(e.sort((e,t)=>t.rect.bottom-e.rect.bottom),e[0]):null},Ce=()=>{let e=Se();return e?Math.max(t.stickyTop,Math.round(e.rect.bottom)):Math.max(t.stickyTop,ue||t.stickyTop)},we=()=>{let e=Se();return e?.zIndex&&e.zIndex>2?Math.max(1,Math.min(t.stickyZIndex,e.zIndex-1)):t.stickyZIndex},Te=({active:e,progress:t=0,remainingMs:n=0})=>{R?.contentWindow&&R.contentWindow.postMessage({type:`mobilefireplace:sticky`,active:e,progress:Math.max(0,Math.min(1,t)),remainingMs:Math.max(0,Math.round(n))},`*`)},Ee=e=>{!e||le.some(t=>t.el===e)||le.push({el:e,value:e.style.getPropertyValue(`z-index`),priority:e.style.getPropertyPriority(`z-index`)})},De=e=>{let t=new Set([be()].filter(Boolean));if(f===u.afr||G||p){[a,y,c].filter(Boolean).forEach(e=>t.add(e));let e=be()?.parentElement;for(;e&&e!==i.body&&e!==i.documentElement&&(t.add(e),e.id!==`stickyLeaderboard`);)e=e.parentElement}for(let n of t)Ee(n),n.style.setProperty(`z-index`,String(e),`important`)},Oe=()=>$&&(a.closest(`#stickyLeaderboard`)||i.querySelector(`#stickyLeaderboard`))||be(),ke=()=>{if(!$||!R)return;let e=R.style;e.left=`0px`,e.width=`100vw`},Ae=()=>{if(!$||!R||J===`active`)return;let e=Oe();if(!e)return;let t=e.getBoundingClientRect(),n=R.style;n.position=`absolute`,n.top=`${Math.round(r.scrollY+t.top)}px`,ke(),n.setProperty(`z-index`,`6`,`important`),R.removeAttribute(`data-mf-sticky-active`)},je=()=>{$&&(Ae(),Y&&r.cancelAnimationFrame(Y),Y=r.requestAnimationFrame(()=>{Y=null,Ae()}),X&&r.clearTimeout(X),X=r.setTimeout(()=>{X=null,Ae()},350))},Me=()=>{for(let e=le.length-1;e>=0;--e){let{el:t,value:n,priority:r}=le[e];n?t.style.setProperty(`z-index`,n,r):t.style.removeProperty(`z-index`)}le.length=0},Ne=()=>{if(!R)return;_e(be());let e=be().getBoundingClientRect(),t=we();De(t);let n=R.style;n.position=`fixed`,n.top=`${Ce()}px`,$?ke():(n.left=`${Math.round(e.left)}px`,n.width=`${Math.round(e.width)}px`),n.setProperty(`z-index`,String(t),`important`),R.setAttribute(`data-mf-sticky-active`,``)},Pe=()=>{if(!R)return;if($){je(),Me();return}let e=R.style;e.position=`relative`,e.top=``,e.left=``,e.width=`100%`,e.setProperty(`z-index`,`1`),Me(),R.removeAttribute(`data-mf-sticky-active`)},Fe=()=>{ce&&=(r.cancelAnimationFrame(ce),null)},Ie=()=>{if(se===null){let e=be().getBoundingClientRect();se=Math.max(0,r.scrollY+e.top-Ce())}return se},Le=()=>oe+(J===`active`?Math.max(0,r.performance.now()-ae):0),Re=()=>Math.max(0,r.scrollY-Ie()),ze=()=>{let e=re?Le()/t.stickyDurationMs:0,n=ie?Re()/t.stickyScrollDistance:0;return Math.max(e,n)},Be=()=>re?t.stickyDurationMs-Le():0,Ve=()=>r.scrollY<Ie()-1,He=()=>{J===`active`&&(oe=Le(),J=`paused`,Fe(),Pe(),Te({active:!1,progress:ze(),remainingMs:Be()}))},Ue=()=>{J!==`paused`||Ve()||(J=`active`,ae=r.performance.now(),Ne(),Ge())},We=()=>{J!==`active`&&J!==`paused`||(J===`active`&&(oe=Le()),J=`released`,Fe(),Pe(),Te({active:!1,progress:1,remainingMs:0}))},Ge=()=>{if(J!==`active`)return;if(Ve()){He();return}let e=Le(),n=Re(),i=re?e/t.stickyDurationMs:0,a=ie?n/t.stickyScrollDistance:0,o=Math.max(i,a),s=re?t.stickyDurationMs-e:0;if(Ne(),Te({active:!0,progress:o,remainingMs:s}),i>=1||a>=1){We();return}ce=r.requestAnimationFrame(Ge)},Ke=()=>{if(!q||J!==`pending`||!R)return;let e=be().getBoundingClientRect();se=Math.max(0,r.scrollY+e.top-Ce()),oe=0,J=`active`,ae=r.performance.now(),Ne(),Ge()},qe=()=>{!q||J!==`pending`||!R||r.scrollY<=0||be().getBoundingClientRect().top<=Ce()&&Ke()},Je=()=>{J===`pending`?qe():J===`active`&&Ve()?He():J===`paused`&&Ue(),J!==`active`&&je()},Ye=()=>{Je(),Q&&r.cancelAnimationFrame(Q),Q=r.requestAnimationFrame(()=>{Q=null,Je()})},Xe=()=>{ge();let e=n.parentElement;for(;e&&e!==i.body&&e!==i.documentElement;){let t=r.getComputedStyle(e);(t.transform&&t.transform!==`none`||t.willChange&&t.willChange!==`auto`||t.contain&&t.contain!==`none`||t.filter&&t.filter!==`none`||t.perspective&&t.perspective!==`none`)&&(V.push({el:e,orig:e.getAttribute(`style`)}),e.style.transform=`none`,e.style.willChange=`auto`,e.style.contain=`none`,e.style.filter=`none`,e.style.perspective=`none`),t.overflow!==`visible`&&(V.find(t=>t.el===e)||V.push({el:e,orig:e.getAttribute(`style`)}),e.style.overflow=`visible`),e=e.parentElement}let d=n.style;if(d.setProperty(`position`,f===u.afr?`absolute`:`fixed`,f===u.afr?`important`:``),d.setProperty(`top`,`0`,f===u.afr?`important`:``),d.setProperty(`left`,`0`,f===u.afr?`important`:``),d.setProperty(`width`,f===u.afr?`0`:`100vw`,f===u.afr?`important`:``),d.setProperty(`height`,f===u.afr?`0`:`100dvh`,f===u.afr?`important`:``),d.setProperty(`z-index`,f===u.afr?`0`:String(t.zIndex),f===u.afr?`important`:``),d.setProperty(`border`,`none`,f===u.afr?`important`:``),d.setProperty(`margin`,`0`,f===u.afr?`important`:``),d.setProperty(`padding`,`0`,f===u.afr?`important`:``),d.setProperty(`display`,`block`,f===u.afr?`important`:``),d.setProperty(`opacity`,f===u.afr?`0`:`1`,f===u.afr?`important`:``),d.setProperty(`pointer-events`,`none`,f===u.afr?`important`:``),f===u.afr&&l&&l!==`about:blank`)try{let e=new URL(l);e.searchParams.set(`mfRole`,`wallpaper`),z=i.createElement(`iframe`),z.src=e.href,z.setAttribute(`data-mf-wallpaper-iframe`,``),z.setAttribute(`scrolling`,`no`),z.setAttribute(`frameborder`,`0`);let t=z.style;t.setProperty(`position`,`fixed`,`important`),t.setProperty(`top`,`0`,`important`),t.setProperty(`left`,`0`,`important`),t.setProperty(`width`,`100vw`,`important`),t.setProperty(`height`,`100dvh`,`important`),t.setProperty(`border`,`none`,`important`),t.setProperty(`margin`,`0`,`important`),t.setProperty(`padding`,`0`,`important`),t.setProperty(`display`,`block`,`important`),t.setProperty(`background`,`transparent`,`important`),t.setProperty(`z-index`,`0`,`important`),t.setProperty(`pointer-events`,`none`,`important`),i.body.insertBefore(z,i.body.firstChild)}catch(e){console.warn(`[mobilefireplace] Could not create AFR wallpaper iframe:`,e)}if(a.setAttribute(`poweredAC`,`0.1.108`),_){let e=_.style;e.width=`100%`,e.height=`0`,e.overflow=`visible`,e.position=`static`,e.margin=`0`}let p=a.style;p.height=t.billboardHeight+`px`,p.minHeight=t.billboardHeight+`px`,p.background=`transparent`,p.overflow=`visible`,p.position=`relative`,p.width=`100%`,p.padding=`0`,p.margin=`0`,y&&(y.style.overflow=`visible`,y.style.position=`relative`,y.style.backgroundColor=`transparent`,y.style.height=t.billboardHeight+`px`,y.style.minHeight=t.billboardHeight+`px`,y.style.maxHeight=t.billboardHeight+`px`,y.style.padding=`0`,y.style.margin=`0`,x&&S&&S!==`0px`&&(y.style.marginTop=S),y.setAttribute(`data-mf-slot`,``));let m=`max(${t.sideStripWidth}px, env(safe-area-inset-left))`,h=`max(${t.sideStripWidth}px, env(safe-area-inset-right))`;if(L=i.createElement(`style`),L.id=`mobilefireplace-pac`,L.textContent=`
138
138
  /* Mobile Fireplace — powered-ad-config */
139
139
  html, body {
140
140
  background-color: transparent !important;
@@ -387,4 +387,4 @@
387
387
  margin: 0 !important;
388
388
  padding: 0 !important;
389
389
  }
390
- `,i.head.appendChild(L),f.setup&&f.setup(i,a),f===u.wwos){let e=ye();e&&(N=e.el,P=N.getAttribute(`style`),F=e.list,I=F?F.getAttribute(`style`):null,N.style.marginLeft=`10px`,N.style.marginRight=`10px`,N.style.width=`calc(100% - 20px)`,F&&(F.style.width=`100%`))}if(pe===de.SPLIT_IN_FLOW){if(W&&(U=c||y),l&&l!==`about:blank`){let e=new URL(l);e.searchParams.set(`mfRole`,`wallpaper`),z=i.createElement(`iframe`),z.src=e.href,z.setAttribute(`data-mf-wallpaper-iframe`,``),z.setAttribute(`scrolling`,`no`),z.setAttribute(`frameborder`,`0`);let n=z.style;n.position=`fixed`,n.top=`0`,n.left=`0`,n.width=`100vw`,n.height=`100dvh`,n.border=`none`,n.margin=`0`,n.padding=`0`,n.display=`block`,n.background=`transparent`,n.zIndex=String(t.zIndex),n.pointerEvents=`none`,i.body.insertBefore(z,i.body.firstChild)}n.style.position=`absolute`,n.style.top=`0`,n.style.left=`0`,n.style.width=`0`,n.style.height=`0`,n.style.opacity=`0`,n.style.pointerEvents=`none`,n.style.zIndex=`-1`,B=ve(),o.parentElement.insertBefore(B,o),W?(W.style.position=`static`,W.style.inset=`auto`,W.style.height=`0`,W.style.minHeight=`0`,W.style.maxHeight=`0`,W.style.overflow=`hidden`,W.style.backgroundColor=`transparent`,W.style.boxShadow=`none`,W.style.border=`0`,W.style.outline=`0`,W.style.pointerEvents=`none`):y&&(y.style.height=`0`,y.style.minHeight=`0`,y.style.maxHeight=`0`,y.style.overflow=`hidden`,y.style.backgroundColor=`transparent`,y.style.border=`0`,y.style.outline=`0`),p.height=`0`,p.minHeight=`0`,p.width=`0`,p.overflow=`hidden`,s&&(s.style.backgroundColor=`transparent`,s.style.backgroundImage=`none`,s.style.position=`relative`,s.style.zIndex=`1`),o.style.marginLeft=`14px`,o.style.marginRight=`14px`,o.style.backgroundColor=`#ffffff`,o.style.position=`relative`,o.style.zIndex=`2`,o.style.overflowX=`clip`,o.style.isolation=`isolate`;for(let{el:e}of M)e.style.backgroundColor=`transparent`,e.style.boxShadow=`none`,e.style.paddingLeft=`10px`,e.style.paddingRight=`10px`;E&&(E.style.borderTop=`0`,E.style.outline=`0`,E.style.boxShadow=`none`),O&&(O.style.borderBottom=`0`),A&&(A.style.marginLeft=`14px`,A.style.marginRight=`14px`,A.style.position=`relative`,A.style.zIndex=`2`),ge()}B||(B=ve(),a.appendChild(B))},Ze=null,Qe=null,$e=!1,et=()=>{let e=r.innerWidth,n=r.innerHeight;if(e>n){let r=n/e,i=Math.round(t.billboardHeight*r);a.style.height=i+`px`,a.style.minHeight=i+`px`,B&&(B.style.height=i+`px`,B.style.minHeight=i+`px`,B.style.maxHeight=i+`px`),R&&(R.style.height=i+`px`)}else a.style.height=t.billboardHeight+`px`,a.style.minHeight=t.billboardHeight+`px`,B&&(B.style.height=t.billboardHeight+`px`,B.style.minHeight=t.billboardHeight+`px`,B.style.maxHeight=t.billboardHeight+`px`),R&&(R.style.height=t.billboardHeight+`px`);K===`active`?Ne():je()};if(Xe(),l&&l!==`about:blank`)try{let e=new URL(l);e.searchParams.set(`mfRole`,`billboard`),R=i.createElement(`iframe`),R.src=e.href,R.setAttribute(`data-mf-billboard-iframe`,``),R.setAttribute(`scrolling`,`no`),R.setAttribute(`frameborder`,`0`);let n=R.style;n.position=$?`absolute`:`relative`,n.width=`100%`,n.height=t.billboardHeight+`px`,n.border=`none`,n.margin=`0`,n.padding=`0`,n.display=`block`,n.overflow=`hidden`,n.background=`transparent`,n.zIndex=$?`6`:`1`,$?(R.setAttribute(`data-mf-body-billboard`,``),i.body.appendChild(R),Ae()):(B||a).appendChild(R),oe&&(Z=Ye,r.addEventListener(`scroll`,Z,{passive:!0}),i.addEventListener(`scroll`,Z,{passive:!0}),i.scrollingElement?.addEventListener(`scroll`,Z,{passive:!0}))}catch(e){console.warn(`[mobilefireplace] Could not create billboard iframe:`,e)}r.__mfBridge={adapted:!1,wallpaperWindow:z?.contentWindow||n.contentWindow,billboardIframe:R,billboardWindow:null},z&&z.addEventListener(`load`,()=>{try{r.__mfBridge&&(r.__mfBridge.wallpaperWindow=z.contentWindow)}catch{}}),R&&R.addEventListener(`load`,()=>{try{r.__mfBridge.billboardWindow=R.contentWindow}catch{}}),Ze=et,r.addEventListener(`resize`,Ze),et(),Qe=()=>{tt()},window.addEventListener(`pagehide`,Qe),window.addEventListener(`beforeunload`,Qe),t.onAdapt&&r.requestAnimationFrame(()=>{r.__mfBridge.adapted=!0,t.onAdapt()});let tt=()=>{if(!$e){$e=!0,Qe&&=(window.removeEventListener(`pagehide`,Qe),window.removeEventListener(`beforeunload`,Qe),null),Ze&&=(r.removeEventListener(`resize`,Ze),null),Z&&=(r.removeEventListener(`scroll`,Z),i.removeEventListener(`scroll`,Z),i.scrollingElement?.removeEventListener(`scroll`,Z),null),Q&&=(r.cancelAnimationFrame(Q),null),Fe(),Y&&=(r.cancelAnimationFrame(Y),null),X&&=(r.clearTimeout(X),null),Te({active:!1,progress:1,remainingMs:0}),L&&L.parentNode&&(L.parentNode.removeChild(L),L=null),R&&R.parentNode&&(R.parentNode.removeChild(R),R=null),B&&B.parentNode&&(B.parentNode.removeChild(B),B=null),z&&z.parentNode&&(z.parentNode.removeChild(z),z=null);try{delete r.__mfBridge}catch{}for(let e=G.length-1;e>=0;--e){let{shell:t,parent:n,nextSibling:r}=G[e];!t||!n||(r&&r.parentNode===n?n.insertBefore(t,r):n.appendChild(t))}G.length=0,H&&(ee&&ee.parentNode===H?H.insertBefore(n,ee):H.appendChild(n),H=null,ee=null),m?n.setAttribute(`style`,m):n.removeAttribute(`style`),h||n.removeAttribute(`data-mf-wallpaper-iframe`);for(let{el:e,orig:t}of V)t?e.setAttribute(`style`,t):e.removeAttribute(`style`);V.length=0,g?a.setAttribute(`style`,g):a.removeAttribute(`style`),_&&(v?_.setAttribute(`style`,v):_.removeAttribute(`style`)),U&&=(te&&(ne&&ne.parentNode===te?te.insertBefore(U,ne):te.appendChild(U),te=null,ne=null),null),y&&(y.removeAttribute(`data-mf-slot`),C?y.setAttribute(`style`,C):y.removeAttribute(`style`)),W&&(re?W.setAttribute(`style`,re):W.removeAttribute(`style`),W=null,re=null);for(let{el:e,orig:t}of M)t?e.setAttribute(`style`,t):e.removeAttribute(`style`);F&&(I?F.setAttribute(`style`,I):F.removeAttribute(`style`),F=null,I=null),N&&(P?N.setAttribute(`style`,P):N.removeAttribute(`style`),N=null,P=null),o&&(T?o.setAttribute(`style`,T):o.removeAttribute(`style`)),E&&(D?E.setAttribute(`style`,D):E.removeAttribute(`style`)),O&&(k?O.setAttribute(`style`,k):O.removeAttribute(`style`)),A&&(j?A.setAttribute(`style`,j):A.removeAttribute(`style`)),s&&(w?s.setAttribute(`style`,w):s.removeAttribute(`style`))}};return tt},B=(e={})=>{let t={expandedHeight:180,collapsedHeight:50,classicBannerWidth:320,classicBannerHeight:50,zIndex:1e4,collapseDurationMs:8e3,collapseScrollDistance:5600,collapseTransitionMs:400,creativeUrl:null,pageTopPadding:null,onAdapt:null,onProgress:null,...e},n=`bsRole`,r=`display`,i=`banner`;if(!window.frameElement)return()=>{};try{let e=new URL(window.location.href).searchParams.get(n);if(e===r||e===i)return()=>{}}catch{}let a=t.creativeUrl||``,o=d(window);if(!o?.doc||!o?.win)return console.warn(`[bottomscroller] Could not resolve publisher document — aborting setup.`),()=>{};let s=o.win,c=o.doc,l=o.iframe||window.frameElement;if(!l)return console.warn(`[bottomscroller] Could not resolve host iframe on publisher page.`),()=>{};let u=(()=>{let e=l;for(;e&&e!==c.body&&e!==c.documentElement;){if(e.id&&e.id.includes(`adspot`))return e;e=e.parentElement}return c.querySelector(`#adspot-mobile-mbanner-1-above, #adspot-mobile-mbanner-2-above`)||l.parentElement})();if(!u)return()=>{};let f={nine:{pageTopPadding:64,getPaddingTargets(e){return[e.querySelector(`#app`)?.querySelector(`[data-ad-target="page-container"]`)||e.querySelector(`main`)].filter(Boolean)},setup(e){e.querySelector(`main`)?.style.setProperty(`position`,`relative`)}},smh:{getPaddingTargets(e){return[e.querySelector(`main`)].filter(Boolean)},setup(e){e.querySelector(`main`)?.style.setProperty(`position`,`relative`)}},theage:{getPaddingTargets(e){return[e.querySelector(`main`)].filter(Boolean)},setup(e){e.querySelector(`main`)?.style.setProperty(`position`,`relative`)}},afr:{getPaddingTargets(e){return[e.querySelector(`main#content`)||e.querySelector(`main`)].filter(Boolean)},setup(e){(e.querySelector(`main#content`)||e.querySelector(`main`))?.style.setProperty(`position`,`relative`)}}},p=[{site:`https://www.nine.com.au`,config:f.nine},{site:`https://staging.nine.com.au`,config:f.nine},{site:`https://preview.nine.com.au`,config:f.nine},{site:`https://creative-preview-an.com`,config:f.nine},{site:`https://www.smh`,config:f.smh},{site:`https://www.theage`,config:f.theage},{site:`https://www.afr.com.au`,config:f.afr},{site:`https://www.afr.com`,config:f.afr}],m=(()=>{let e=s.location.href;for(let t of p)if(e.indexOf(t.site)>=0)return t.config;return f.nine})(),h=u.getAttribute(`style`),g=l.getAttribute(`style`),_=l.parentElement===u?null:l.parentElement,v=_?_.getAttribute(`style`):null,y=u.parentElement,b=y?y.getAttribute(`style`):null,x=[],S=[],C=null,w=null,T=null,E=l,D=null,O=null,k=t.expandedHeight,A=`idle`,j=0,M=0,N=null,P=null,F=null,I=!1,L=Number.isFinite(t.collapseDurationMs)&&t.collapseDurationMs>0,R=Number.isFinite(t.collapseScrollDistance)&&t.collapseScrollDistance>0,z=()=>s.visualViewport?Math.round(s.innerHeight-(s.visualViewport.offsetTop+s.visualViewport.height)):0,B=()=>A===`tracking`?j+(s.performance.now()-M):j,V=()=>{let e=B(),n=Math.max(0,s.scrollY),r=L?e/t.collapseDurationMs:0,i=R?n/t.collapseScrollDistance:0;return Math.max(r,i)},H=()=>L?Math.max(0,t.collapseDurationMs-B()):0,ee=()=>{let e=m.getPaddingTargets(c),t=[];for(let n of e)!n||t.includes(n)||t.some(e=>e.contains(n))||t.push(n);return t},U=Number.isFinite(t.pageTopPadding)?Math.max(0,t.pageTopPadding):Number.isFinite(m.pageTopPadding)?Math.max(0,m.pageTopPadding):0,te=e=>{!e||S.some(t=>t.el===e)||S.push({el:e,paddingBottom:e.style.getPropertyValue(`padding-bottom`),paddingBottomPriority:e.style.getPropertyPriority(`padding-bottom`),paddingTop:e.style.getPropertyValue(`padding-top`),paddingTopPriority:e.style.getPropertyPriority(`padding-top`)})},ne=e=>{for(let t of ee())te(t),t.style.setProperty(`padding-bottom`,`${e}px`,`important`),U>0&&t.style.setProperty(`padding-top`,`${U}px`,`important`)},W=()=>w||E,re=()=>W()?.contentWindow||null,G=e=>{let t=e.style;t.display=`block`,t.width=`100%`,t.height=`100%`,t.border=`none`,t.margin=`0`,t.padding=`0`,t.position=`relative`,t.top=``,t.left=``,t.maxWidth=`none`,t.background=`transparent`},ie=e=>{let n=t.classicBannerWidth,r=t.classicBannerHeight;e.setAttribute(`width`,String(n)),e.setAttribute(`height`,String(r));let i=e.style;i.display=`block`,i.width=`${n}px`,i.height=`${r}px`,i.maxWidth=`100%`,i.border=`none`,i.margin=`0`,i.padding=`0`,i.overflow=`hidden`,i.background=`transparent`},ae=()=>{let e=E.style;e.visibility=`hidden`,e.pointerEvents=`none`,e.width=`0`,e.height=`0`,e.minHeight=`0`,e.maxHeight=`0`,e.position=`absolute`,e.overflow=`hidden`,e.border=`none`,e.margin=`0`,e.padding=`0`},oe=()=>{I||(I=!0,t.onAdapt&&t.onAdapt())},K=(e,n=!1)=>{if(!C)return;k=e;let r=z();n?C.style.transition=`height ${t.collapseTransitionMs}ms ease`:C.style.transition=`none`,C.style.height=`${e}px`,C.style.bottom=`${r}px`,W().style.height=`100%`,ne(e)},q=e=>{let n={type:`bottomscroller:progress`,phase:A,progress:Math.max(0,Math.min(1,e.progress??V())),remainingMs:Math.max(0,Math.round(e.remainingMs??H())),height:k,active:A===`tracking`,...e},r=re();r&&r.postMessage(n,`*`),typeof window<`u`&&window.postMessage&&window.postMessage(n,`*`),typeof t.onProgress==`function`&&t.onProgress(n)},se=()=>{A=`collapsed`,J(),K(t.collapsedHeight,!0),q({phase:`collapsed`,progress:1,remainingMs:0,active:!1})},J=()=>{N&&=(s.cancelAnimationFrame(N),null)},ce=()=>{if(A!==`tracking`)return;if(s.scrollY<=0){j=B(),A=`idle`,J(),q({phase:`idle`,active:!1});return}let e=V();if(q({phase:`tracking`,progress:e,remainingMs:H(),active:!0}),e>=1){se();return}K(t.expandedHeight,!1),N=s.requestAnimationFrame(ce)},Y=()=>{A!==`collapsed`&&A===`idle`&&(A=`tracking`,M=s.performance.now(),q({phase:`tracking`,progress:V(),remainingMs:H(),active:!0}),ce())},X=()=>{if(A===`collapsed`){K(t.collapsedHeight,!1);return}s.scrollY>0?A===`idle`?Y():A===`tracking`&&ce():A===`tracking`&&(j=B(),A=`idle`,J(),q({phase:`idle`,active:!1,progress:V(),remainingMs:H()}))},Z=()=>{X(),F&&s.cancelAnimationFrame(F),F=s.requestAnimationFrame(()=>{F=null,X()})},Q=()=>{let e=l.parentElement;for(;e&&e!==c.body&&e!==c.documentElement;){let t=s.getComputedStyle(e);(t.transform&&t.transform!==`none`||t.willChange&&t.willChange!==`auto`||t.contain&&t.contain!==`none`||t.filter&&t.filter!==`none`||t.perspective&&t.perspective!==`none`)&&(x.push({el:e,orig:e.getAttribute(`style`)}),e.style.transform=`none`,e.style.willChange=`auto`,e.style.contain=`none`,e.style.filter=`none`,e.style.perspective=`none`),t.overflow!==`visible`&&(x.find(t=>t.el===e)||x.push({el:e,orig:e.getAttribute(`style`)}),e.style.overflow=`visible`),e=e.parentElement}},le=()=>{if(!(!a||a===`about:blank`))try{let e=new URL(a,s.location.href);e.searchParams.set(n,i),T=c.createElement(`iframe`),T.src=e.href,T.setAttribute(`data-bottomscroller-banner-iframe`,``),T.setAttribute(`scrolling`,`no`),T.setAttribute(`frameborder`,`0`),ie(T),(_||u).appendChild(T)}catch(e){console.warn(`[bottomscroller] Could not create banner iframe:`,e)}};return(()=>{if(u.setAttribute(`poweredAC`,`0.1.105`),m.setup&&m.setup(c,u),ae(),le(),Q(),C=c.createElement(`div`),C.id=`bottomscroller-shell`,C.setAttribute(`data-bottomscroller-shell`,``),Object.assign(C.style,{position:`fixed`,left:`0`,bottom:`0`,width:`100vw`,height:`${t.expandedHeight}px`,zIndex:String(t.zIndex),overflow:`hidden`,margin:`0`,padding:`0`,pointerEvents:`auto`,boxSizing:`border-box`,background:`transparent`}),a&&a!==`about:blank`)try{let e=new URL(a,s.location.href);e.searchParams.set(n,r),w=c.createElement(`iframe`),w.src=e.href,w.setAttribute(`data-bottomscroller-display-iframe`,``),w.setAttribute(`scrolling`,`no`),w.setAttribute(`frameborder`,`0`),G(w),w.addEventListener(`load`,()=>{oe(),q({phase:A,progress:V(),remainingMs:H(),active:A===`tracking`})},{once:!0}),C.appendChild(w)}catch(e){console.warn(`[bottomscroller] Could not create display iframe:`,e)}w||(D=E.parentElement,O=E.nextSibling,G(E),E.style.visibility=``,E.style.pointerEvents=``,E.style.position=`relative`,C.appendChild(E),oe()),c.body.appendChild(C),K(t.expandedHeight,!1),q({phase:`idle`,progress:0,remainingMs:t.collapseDurationMs,active:!1}),P=Z,s.addEventListener(`scroll`,P,{passive:!0}),c.addEventListener(`scroll`,P,{passive:!0}),c.scrollingElement?.addEventListener(`scroll`,P,{passive:!0}),s.visualViewport?.addEventListener(`resize`,Z,{passive:!0})})(),()=>{J(),P&&=(s.removeEventListener(`scroll`,P),c.removeEventListener(`scroll`,P),c.scrollingElement?.removeEventListener(`scroll`,P),null),F&&=(s.cancelAnimationFrame(F),null),s.visualViewport?.removeEventListener(`resize`,Z),w&&=(w.remove(),null),T&&=(T.remove(),null),C&&=(D&&E.parentElement===C&&(O?D.insertBefore(E,O):D.appendChild(E)),C.remove(),null);for(let{el:e,orig:t}of x)t?e.setAttribute(`style`,t):e.removeAttribute(`style`);x.length=0;for(let{el:e,paddingBottom:t,paddingBottomPriority:n,paddingTop:r,paddingTopPriority:i}of S)t?e.style.setProperty(`padding-bottom`,t,n):e.style.removeProperty(`padding-bottom`),r?e.style.setProperty(`padding-top`,r,i):e.style.removeProperty(`padding-top`);S.length=0,h?u.setAttribute(`style`,h):u.removeAttribute(`style`),g?l.setAttribute(`style`,g):l.removeAttribute(`style`),_&&(v?_.setAttribute(`style`,v):_.removeAttribute(`style`)),y&&(b?y.setAttribute(`style`,b):y.removeAttribute(`style`))}},V=()=>{};function H({adFormat:e=``,stickyOffset:t=0,logoPosX:n=0,logoHeight:r=0,logoSmallHeight:i=0,...a}={}){typeof V==`function`&&V();let o=()=>{};return e===`fireplace`?o=m(t):e===`fireplace-collant`?o=h(t):e===`logomorph`?o=F(n,r,i):e===`dynamicheading`?o=P(a):e===`interscroller`?o=L(a):e===`liquidframe`?o=R(a):e===`mobilefireplace`?o=z(a):e===`bottomscroller`?o=B(a):console.warn(`[powered-ad-config] Unknown ad format:`,e),V=typeof o==`function`?o:()=>{},V}return H.version=`0.1.105`,H});
390
+ `,i.head.appendChild(L),f.setup&&f.setup(i,a),f===u.wwos){let e=ye();e&&(N=e.el,P=N.getAttribute(`style`),F=e.list,I=F?F.getAttribute(`style`):null,N.style.marginLeft=`10px`,N.style.marginRight=`10px`,N.style.width=`calc(100% - 20px)`,F&&(F.style.width=`100%`))}if(pe===de.SPLIT_IN_FLOW){if(G&&(U=c||y),l&&l!==`about:blank`){let e=new URL(l);e.searchParams.set(`mfRole`,`wallpaper`),z=i.createElement(`iframe`),z.src=e.href,z.setAttribute(`data-mf-wallpaper-iframe`,``),z.setAttribute(`scrolling`,`no`),z.setAttribute(`frameborder`,`0`);let n=z.style;n.position=`fixed`,n.top=`0`,n.left=`0`,n.width=`100vw`,n.height=`100dvh`,n.border=`none`,n.margin=`0`,n.padding=`0`,n.display=`block`,n.background=`transparent`,n.zIndex=String(t.zIndex),n.pointerEvents=`none`,i.body.insertBefore(z,i.body.firstChild)}n.style.position=`absolute`,n.style.top=`0`,n.style.left=`0`,n.style.width=`0`,n.style.height=`0`,n.style.opacity=`0`,n.style.pointerEvents=`none`,n.style.zIndex=`-1`,B=ve(),o.parentElement.insertBefore(B,o),G?(G.style.position=`static`,G.style.inset=`auto`,G.style.height=`0`,G.style.minHeight=`0`,G.style.maxHeight=`0`,G.style.overflow=`hidden`,G.style.backgroundColor=`transparent`,G.style.boxShadow=`none`,G.style.border=`0`,G.style.outline=`0`,G.style.pointerEvents=`none`):y&&(y.style.height=`0`,y.style.minHeight=`0`,y.style.maxHeight=`0`,y.style.overflow=`hidden`,y.style.backgroundColor=`transparent`,y.style.border=`0`,y.style.outline=`0`),p.height=`0`,p.minHeight=`0`,p.width=`0`,p.overflow=`hidden`,s&&(s.style.backgroundColor=`transparent`,s.style.backgroundImage=`none`,s.style.position=`relative`,s.style.zIndex=`1`),o.style.marginLeft=`14px`,o.style.marginRight=`14px`,o.style.backgroundColor=`#ffffff`,o.style.position=`relative`,o.style.zIndex=`2`,o.style.overflowX=`clip`,o.style.isolation=`isolate`;for(let{el:e}of M)e.style.backgroundColor=`transparent`,e.style.boxShadow=`none`,e.style.paddingLeft=`10px`,e.style.paddingRight=`10px`;E&&(E.style.borderTop=`0`,E.style.outline=`0`,E.style.boxShadow=`none`),O&&(O.style.borderBottom=`0`),A&&(A.style.marginLeft=`14px`,A.style.marginRight=`14px`,A.style.position=`relative`,A.style.zIndex=`2`),ge()}B||(B=ve(),a.appendChild(B))},Ze=null,Qe=null,$e=!1,et=()=>{let e=r.innerWidth,n=r.innerHeight;if(e>n){let r=n/e,i=Math.round(t.billboardHeight*r);a.style.height=i+`px`,a.style.minHeight=i+`px`,B&&(B.style.height=i+`px`,B.style.minHeight=i+`px`,B.style.maxHeight=i+`px`),R&&(R.style.height=i+`px`)}else a.style.height=t.billboardHeight+`px`,a.style.minHeight=t.billboardHeight+`px`,B&&(B.style.height=t.billboardHeight+`px`,B.style.minHeight=t.billboardHeight+`px`,B.style.maxHeight=t.billboardHeight+`px`),R&&(R.style.height=t.billboardHeight+`px`);J===`active`?Ne():je()};if(Xe(),l&&l!==`about:blank`)try{let e=new URL(l);e.searchParams.set(`mfRole`,`billboard`),R=i.createElement(`iframe`),R.src=e.href,R.setAttribute(`data-mf-billboard-iframe`,``),R.setAttribute(`scrolling`,`no`),R.setAttribute(`frameborder`,`0`);let n=R.style;n.position=$?`absolute`:`relative`,n.width=`100%`,n.height=t.billboardHeight+`px`,n.border=`none`,n.margin=`0`,n.padding=`0`,n.display=`block`,n.overflow=`hidden`,n.background=`transparent`,n.zIndex=$?`6`:`1`,$?(R.setAttribute(`data-mf-body-billboard`,``),i.body.appendChild(R),Ae()):(B||a).appendChild(R),q&&(Z=Ye,r.addEventListener(`scroll`,Z,{passive:!0}),i.addEventListener(`scroll`,Z,{passive:!0}),i.scrollingElement?.addEventListener(`scroll`,Z,{passive:!0}))}catch(e){console.warn(`[mobilefireplace] Could not create billboard iframe:`,e)}r.__mfBridge={adapted:!1,wallpaperWindow:z?.contentWindow||n.contentWindow,billboardIframe:R,billboardWindow:null},z&&z.addEventListener(`load`,()=>{try{r.__mfBridge&&(r.__mfBridge.wallpaperWindow=z.contentWindow)}catch{}}),R&&R.addEventListener(`load`,()=>{try{r.__mfBridge.billboardWindow=R.contentWindow}catch{}}),Ze=et,r.addEventListener(`resize`,Ze),et(),Qe=()=>{tt()},window.addEventListener(`pagehide`,Qe),window.addEventListener(`beforeunload`,Qe),t.onAdapt&&r.requestAnimationFrame(()=>{r.__mfBridge.adapted=!0,t.onAdapt()});let tt=()=>{if(!$e){$e=!0,Qe&&=(window.removeEventListener(`pagehide`,Qe),window.removeEventListener(`beforeunload`,Qe),null),Ze&&=(r.removeEventListener(`resize`,Ze),null),Z&&=(r.removeEventListener(`scroll`,Z),i.removeEventListener(`scroll`,Z),i.scrollingElement?.removeEventListener(`scroll`,Z),null),Q&&=(r.cancelAnimationFrame(Q),null),Fe(),Y&&=(r.cancelAnimationFrame(Y),null),X&&=(r.clearTimeout(X),null),Te({active:!1,progress:1,remainingMs:0}),L&&L.parentNode&&(L.parentNode.removeChild(L),L=null),R&&R.parentNode&&(R.parentNode.removeChild(R),R=null),B&&B.parentNode&&(B.parentNode.removeChild(B),B=null),z&&z.parentNode&&(z.parentNode.removeChild(z),z=null);try{delete r.__mfBridge}catch{}for(let e=K.length-1;e>=0;--e){let{shell:t,parent:n,nextSibling:r}=K[e];!t||!n||(r&&r.parentNode===n?n.insertBefore(t,r):n.appendChild(t))}K.length=0,H&&(ee&&ee.parentNode===H?H.insertBefore(n,ee):H.appendChild(n),H=null,ee=null),m?n.setAttribute(`style`,m):n.removeAttribute(`style`),h||n.removeAttribute(`data-mf-wallpaper-iframe`);for(let{el:e,orig:t}of V)t?e.setAttribute(`style`,t):e.removeAttribute(`style`);V.length=0,g?a.setAttribute(`style`,g):a.removeAttribute(`style`),_&&(v?_.setAttribute(`style`,v):_.removeAttribute(`style`)),U&&=(te&&(W&&W.parentNode===te?te.insertBefore(U,W):te.appendChild(U),te=null,W=null),null),y&&(y.removeAttribute(`data-mf-slot`),C?y.setAttribute(`style`,C):y.removeAttribute(`style`)),G&&(ne?G.setAttribute(`style`,ne):G.removeAttribute(`style`),G=null,ne=null);for(let{el:e,orig:t}of M)t?e.setAttribute(`style`,t):e.removeAttribute(`style`);F&&(I?F.setAttribute(`style`,I):F.removeAttribute(`style`),F=null,I=null),N&&(P?N.setAttribute(`style`,P):N.removeAttribute(`style`),N=null,P=null),o&&(T?o.setAttribute(`style`,T):o.removeAttribute(`style`)),E&&(D?E.setAttribute(`style`,D):E.removeAttribute(`style`)),O&&(k?O.setAttribute(`style`,k):O.removeAttribute(`style`)),A&&(j?A.setAttribute(`style`,j):A.removeAttribute(`style`)),s&&(w?s.setAttribute(`style`,w):s.removeAttribute(`style`))}};return tt},B=(e={})=>{let t={expandedHeight:180,collapsedHeight:50,classicBannerWidth:320,classicBannerHeight:50,zIndex:1e4,collapseDurationMs:0,collapseScrollDistance:5600,collapseTransitionMs:400,creativeUrl:null,pageTopPadding:null,onAdapt:null,onProgress:null,...e},n=`bsRole`,r=`display`,i=`banner`;if(!window.frameElement)return()=>{};try{let e=new URL(window.location.href).searchParams.get(n);if(e===r||e===i)return()=>{}}catch{}let a=t.creativeUrl||``,o=d(window);if(!o?.doc||!o?.win)return console.warn(`[bottomscroller] Could not resolve publisher document — aborting setup.`),()=>{};let s=o.win,c=o.doc,l=o.iframe||window.frameElement;if(!l)return console.warn(`[bottomscroller] Could not resolve host iframe on publisher page.`),()=>{};let u=(()=>{let e=l;for(;e&&e!==c.body&&e!==c.documentElement;){if(e.id&&e.id.includes(`adspot`))return e;e=e.parentElement}return c.querySelector(`#adspot-mobile-mbanner-1-above, #adspot-mobile-mbanner-2-above`)||l.parentElement})();if(!u)return()=>{};let f={nine:{pageTopPadding:64,getPaddingTargets(e){return[e.querySelector(`#app`)?.querySelector(`[data-ad-target="page-container"]`)||e.querySelector(`main`)].filter(Boolean)},setup(e){e.querySelector(`main`)?.style.setProperty(`position`,`relative`)}},smh:{getPaddingTargets(e){return[e.querySelector(`main`)].filter(Boolean)},setup(e){e.querySelector(`main`)?.style.setProperty(`position`,`relative`)}},theage:{getPaddingTargets(e){return[e.querySelector(`main`)].filter(Boolean)},setup(e){e.querySelector(`main`)?.style.setProperty(`position`,`relative`)}},afr:{getPaddingTargets(e){return[e.querySelector(`main#content`)||e.querySelector(`main`)].filter(Boolean)},setup(e){(e.querySelector(`main#content`)||e.querySelector(`main`))?.style.setProperty(`position`,`relative`)}}},p=[{site:`https://www.nine.com.au`,config:f.nine},{site:`https://staging.nine.com.au`,config:f.nine},{site:`https://preview.nine.com.au`,config:f.nine},{site:`https://creative-preview-an.com`,config:f.nine},{site:`https://www.smh`,config:f.smh},{site:`https://www.theage`,config:f.theage},{site:`https://www.afr.com.au`,config:f.afr},{site:`https://www.afr.com`,config:f.afr}],m=(()=>{let e=s.location.href;for(let t of p)if(e.indexOf(t.site)>=0)return t.config;return f.nine})(),h=u.getAttribute(`style`),g=l.getAttribute(`style`),_=l.parentElement===u?null:l.parentElement,v=_?_.getAttribute(`style`):null,y=u.parentElement,b=y?y.getAttribute(`style`):null,x=[],S=[],C=null,w=null,T=null,E=l,D=null,O=null,k=t.expandedHeight,A=!1,j=null,M=null,N=null,P=!1,F=Number.isFinite(t.collapseScrollDistance)&&t.collapseScrollDistance>0,I=()=>s.visualViewport?Math.round(s.innerHeight-(s.visualViewport.offsetTop+s.visualViewport.height)):0,L=()=>{let e=Math.max(0,s.scrollY);return e<=0?(A=!1,0):A?1:F?Math.min(1,e/t.collapseScrollDistance):0},R=e=>{let n=Math.max(0,Math.min(1,e));return Math.round(t.expandedHeight-(t.expandedHeight-t.collapsedHeight)*n)},z=e=>e<=0?`expanded`:e>=1?`collapsed`:`tracking`,B=()=>{let e=m.getPaddingTargets(c),t=[];for(let n of e)!n||t.includes(n)||t.some(e=>e.contains(n))||t.push(n);return t},V=Number.isFinite(t.pageTopPadding)?Math.max(0,t.pageTopPadding):Number.isFinite(m.pageTopPadding)?Math.max(0,m.pageTopPadding):0,H=e=>{!e||S.some(t=>t.el===e)||S.push({el:e,paddingBottom:e.style.getPropertyValue(`padding-bottom`),paddingBottomPriority:e.style.getPropertyPriority(`padding-bottom`),paddingTop:e.style.getPropertyValue(`padding-top`),paddingTopPriority:e.style.getPropertyPriority(`padding-top`)})},ee=e=>{for(let t of B())H(t),t.style.setProperty(`padding-bottom`,`${e}px`,`important`),V>0&&t.style.setProperty(`padding-top`,`${V}px`,`important`)},U=()=>w||E,te=()=>U()?.contentWindow||null,W=e=>{let t=e.style;t.display=`block`,t.width=`100%`,t.height=`100%`,t.border=`none`,t.margin=`0`,t.padding=`0`,t.position=`relative`,t.top=``,t.left=``,t.maxWidth=`none`,t.background=`transparent`},G=e=>{let n=t.classicBannerWidth,r=t.classicBannerHeight;e.setAttribute(`width`,String(n)),e.setAttribute(`height`,String(r));let i=e.style;i.display=`block`,i.width=`${n}px`,i.height=`${r}px`,i.maxWidth=`100%`,i.border=`none`,i.margin=`0 auto`,i.padding=`0`,i.overflow=`hidden`,i.background=`transparent`},ne=()=>{let e=E.style;e.visibility=`hidden`,e.pointerEvents=`none`,e.width=`0`,e.height=`0`,e.minHeight=`0`,e.maxHeight=`0`,e.position=`absolute`,e.overflow=`hidden`,e.border=`none`,e.margin=`0`,e.padding=`0`},K=()=>{P||(P=!0,t.onAdapt&&t.onAdapt())},re=(e,n=!1)=>{if(!C)return;k=e;let r=I();n?C.style.transition=`height ${t.collapseTransitionMs}ms ease`:C.style.transition=`none`,C.style.height=`${e}px`,C.style.bottom=`${r}px`,U().style.height=`100%`,ee(e)},ie=e=>{let n=e.progress??L(),r={type:`bottomscroller:progress`,phase:e.phase??z(n),progress:Math.max(0,Math.min(1,n)),remainingMs:0,height:k,active:n>0&&n<1,...e},i=te();i&&i.postMessage(r,`*`),typeof window<`u`&&window.postMessage&&window.postMessage(r,`*`),typeof t.onProgress==`function`&&t.onProgress(r)},q=({animate:e=!1}={})=>{let t=L(),n=R(t);re(n,e),ie({phase:z(t),progress:t,remainingMs:0,active:t>0&&t<1})},J=()=>{A=!0,q({animate:!0})},ae=()=>{q(),M&&s.cancelAnimationFrame(M),M=s.requestAnimationFrame(()=>{M=null,q()})},oe=()=>{let e=l.parentElement;for(;e&&e!==c.body&&e!==c.documentElement;){let t=s.getComputedStyle(e);(t.transform&&t.transform!==`none`||t.willChange&&t.willChange!==`auto`||t.contain&&t.contain!==`none`||t.filter&&t.filter!==`none`||t.perspective&&t.perspective!==`none`)&&(x.push({el:e,orig:e.getAttribute(`style`)}),e.style.transform=`none`,e.style.willChange=`auto`,e.style.contain=`none`,e.style.filter=`none`,e.style.perspective=`none`),t.overflow!==`visible`&&(x.find(t=>t.el===e)||x.push({el:e,orig:e.getAttribute(`style`)}),e.style.overflow=`visible`),e=e.parentElement}},se=()=>{if(!(!a||a===`about:blank`))try{let e=new URL(a,s.location.href);e.searchParams.set(n,i),T=c.createElement(`iframe`),T.src=e.href,T.setAttribute(`data-bottomscroller-banner-iframe`,``),T.setAttribute(`scrolling`,`no`),T.setAttribute(`frameborder`,`0`),G(T),(_||u).appendChild(T)}catch(e){console.warn(`[bottomscroller] Could not create banner iframe:`,e)}};return(()=>{if(u.setAttribute(`poweredAC`,`0.1.108`),m.setup&&m.setup(c,u),ne(),se(),oe(),C=c.createElement(`div`),C.id=`bottomscroller-shell`,C.setAttribute(`data-bottomscroller-shell`,``),Object.assign(C.style,{position:`fixed`,left:`0`,bottom:`0`,width:`100vw`,height:`${t.expandedHeight}px`,zIndex:String(t.zIndex),overflow:`hidden`,margin:`0`,padding:`0`,pointerEvents:`auto`,boxSizing:`border-box`,background:`transparent`}),a&&a!==`about:blank`)try{let e=new URL(a,s.location.href);e.searchParams.set(n,r),w=c.createElement(`iframe`),w.src=e.href,w.setAttribute(`data-bottomscroller-display-iframe`,``),w.setAttribute(`scrolling`,`no`),w.setAttribute(`frameborder`,`0`),W(w),w.addEventListener(`load`,()=>{K(),q()},{once:!0}),C.appendChild(w)}catch(e){console.warn(`[bottomscroller] Could not create display iframe:`,e)}w||(D=E.parentElement,O=E.nextSibling,W(E),E.style.visibility=``,E.style.pointerEvents=``,E.style.position=`relative`,C.appendChild(E),K()),c.body.appendChild(C),q(),N=e=>{e?.data?.type===`bottomscroller:collapse`&&J()},s.addEventListener(`message`,N),j=ae,s.addEventListener(`scroll`,j,{passive:!0}),c.addEventListener(`scroll`,j,{passive:!0}),c.scrollingElement?.addEventListener(`scroll`,j,{passive:!0}),s.visualViewport?.addEventListener(`resize`,ae,{passive:!0})})(),()=>{N&&=(s.removeEventListener(`message`,N),null),j&&=(s.removeEventListener(`scroll`,j),c.removeEventListener(`scroll`,j),c.scrollingElement?.removeEventListener(`scroll`,j),null),M&&=(s.cancelAnimationFrame(M),null),s.visualViewport?.removeEventListener(`resize`,ae),w&&=(w.remove(),null),T&&=(T.remove(),null),C&&=(D&&E.parentElement===C&&(O?D.insertBefore(E,O):D.appendChild(E)),C.remove(),null);for(let{el:e,orig:t}of x)t?e.setAttribute(`style`,t):e.removeAttribute(`style`);x.length=0;for(let{el:e,paddingBottom:t,paddingBottomPriority:n,paddingTop:r,paddingTopPriority:i}of S)t?e.style.setProperty(`padding-bottom`,t,n):e.style.removeProperty(`padding-bottom`),r?e.style.setProperty(`padding-top`,r,i):e.style.removeProperty(`padding-top`);S.length=0,h?u.setAttribute(`style`,h):u.removeAttribute(`style`),g?l.setAttribute(`style`,g):l.removeAttribute(`style`),_&&(v?_.setAttribute(`style`,v):_.removeAttribute(`style`)),y&&(b?y.setAttribute(`style`,b):y.removeAttribute(`style`))}},V=()=>{};function H({adFormat:e=``,stickyOffset:t=0,logoPosX:n=0,logoHeight:r=0,logoSmallHeight:i=0,...a}={}){typeof V==`function`&&V();let o=()=>{};return e===`fireplace`?o=m(t):e===`fireplace-collant`?o=h(t):e===`logomorph`?o=F(n,r,i):e===`dynamicheading`?o=P(a):e===`interscroller`?o=L(a):e===`liquidframe`?o=R(a):e===`mobilefireplace`?o=z(a):e===`bottomscroller`?o=B(a):console.warn(`[powered-ad-config] Unknown ad format:`,e),V=typeof o==`function`?o:()=>{},V}return H.version=`0.1.108`,H});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "powered-ad-config",
3
- "version": "0.1.105",
3
+ "version": "0.1.108",
4
4
  "description": "Configure Ads to load smoothly and at the right position on All Nine's websites",
5
5
  "main": "dist/powered-ad-config.umd.js",
6
6
  "module": "dist/powered-ad-config.es.js",
@@ -24,7 +24,7 @@
24
24
  "verify": "node scripts/purge-cdn.js --verify-only"
25
25
  },
26
26
  "devDependencies": {
27
- "vite": "^8.0.16"
27
+ "vite": "^8.1.5"
28
28
  },
29
29
  "dependencies": {},
30
30
  "peerDependencies": {},