powered-ad-config 0.1.29 → 0.1.30

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.
@@ -662,7 +662,66 @@ var e = (e) => {
662
662
  return m(), () => {
663
663
  n.removeEventListener("scroll", C), E &&= (clearTimeout(E), null);
664
664
  };
665
- }, n = (e, t, n) => {
665
+ }, n = 866, r = 68, i = 16, a = 7e3, o = "adspot-desktop-takeover-2-above", s = () => {
666
+ let e = window.frameElement || null;
667
+ if (!e) return () => {};
668
+ let t = window.parent;
669
+ if (!t || t === window) return () => {};
670
+ let s = null;
671
+ try {
672
+ s = t.document, t.location.href;
673
+ } catch {
674
+ return () => {};
675
+ }
676
+ let c = (e, t, n) => {
677
+ e && e.style[t] !== n && (e.style[t] = n);
678
+ }, l = (t = e.parentElement) => {
679
+ let n = t;
680
+ for (; n && n !== s.body;) {
681
+ let e = n.id || "", t = n.getAttribute?.("data-testid") || "", r = n.getAttribute?.("type") || "";
682
+ if (e.includes("adspot") || t.toLowerCase().includes("ad") || r) return n;
683
+ n = n.parentElement;
684
+ }
685
+ return e.parentElement;
686
+ }, u = () => {
687
+ try {
688
+ let e = new URL(t.location.href);
689
+ if ([
690
+ "www.nine.com.au",
691
+ "staging.nine.com.au",
692
+ "preview.nine.com.au",
693
+ "render-web-nine-staging-v1.ffxblue.com.au",
694
+ "render-web-nine-production-v1.ffxblue.com.au"
695
+ ].includes(e.hostname.toLowerCase()) && e.pathname.toLowerCase() === "/sport") return {
696
+ headingText: "Sport",
697
+ slotId: o
698
+ };
699
+ } catch {
700
+ return null;
701
+ }
702
+ return null;
703
+ }, d = (e) => Array.from(s.querySelectorAll("#app h1, #app h2, #app h3")).filter((t) => t.textContent?.trim().toLowerCase() === e.toLowerCase())[0] || null, f = u();
704
+ if (!f) return () => {};
705
+ let p = l((f.slotId ? s.getElementById(f.slotId) : null) || e.parentElement);
706
+ if (!p) return () => {};
707
+ let m = p.parentElement, h = p.nextSibling, g = s.createComment("headingintegration-placeholder"), _ = null, v = null, y = () => {
708
+ [p.parentElement, p].filter(Boolean).forEach((e) => {
709
+ c(e, "overflow", "visible");
710
+ }), c(p, "width", `${n}px`), c(p, "maxWidth", `${n}px`), c(p, "minWidth", `${n}px`), c(p, "height", `${r}px`), c(p, "minHeight", `${r}px`), c(p, "marginLeft", "auto"), c(p, "marginRight", "auto"), c(p, "marginBottom", `${i}px`), c(p, "position", "relative"), c(p, "display", "block"), c(p, "pointerEvents", "none"), c(p, "zIndex", "1080"), c(e, "width", `${n}px`), c(e, "height", `${r}px`), c(e, "display", "block"), c(e, "border", "0"), c(e, "position", "relative"), c(e, "pointerEvents", "auto");
711
+ }, b = () => {
712
+ c(p, "display", "none"), c(p, "height", "0px"), c(p, "minHeight", "0px"), c(p, "marginBottom", "0px");
713
+ }, x = (e = 12) => {
714
+ let n = d(f.headingText);
715
+ if (!n) {
716
+ e > 1 && (v = t.setTimeout(() => x(e - 1), 250));
717
+ return;
718
+ }
719
+ !g.parentNode && m && m.insertBefore(g, p), n.parentNode?.insertBefore(p, n), y(), _ = t.setTimeout(b, a);
720
+ };
721
+ return x(), () => {
722
+ v &&= (t.clearTimeout(v), null), _ &&= (t.clearTimeout(_), null), g.parentNode && m && (m.insertBefore(p, h), g.parentNode.removeChild(g));
723
+ };
724
+ }, c = (e, t, n) => {
666
725
  let r = window.frameElement ? window.frameElement : null;
667
726
  if (!r) return () => {};
668
727
  let i = window.parent;
@@ -903,11 +962,11 @@ var e = (e) => {
903
962
  return p(), () => {
904
963
  i.removeEventListener("scroll", y), w &&= (clearTimeout(w), null);
905
964
  };
906
- }, r = ((e, t = 50) => `linear(${Array.from({ length: t + 1 }, (n, r) => e(r / t)).map((e) => +e.toFixed(4)).join(", ")})`)((e) => {
965
+ }, l = ((e, t = 50) => `linear(${Array.from({ length: t + 1 }, (n, r) => e(r / t)).map((e) => +e.toFixed(4)).join(", ")})`)((e) => {
907
966
  if (e === 0 || e === 1) return e;
908
967
  let t = 2 * Math.PI / 3;
909
968
  return 2 ** (-10 * e) * Math.sin((e * 10 - .75) * t) + 1;
910
- }), i = (e = {}) => {
969
+ }), u = (e = {}) => {
911
970
  let t = {
912
971
  adScrollHeight: "300vh",
913
972
  bandHeight: 24,
@@ -930,7 +989,7 @@ var e = (e) => {
930
989
  snapOverlap: 2,
931
990
  stretchOverlap: 20,
932
991
  snapDuration: .9,
933
- snapEase: r,
992
+ snapEase: l,
934
993
  onEnter: null,
935
994
  onExit: null,
936
995
  onProgress: null,
@@ -938,26 +997,26 @@ var e = (e) => {
938
997
  ...e
939
998
  }, n = window.frameElement ? window.frameElement : null;
940
999
  if (!n) return () => {};
941
- let i = window.parent;
942
- if (!i || i === window) return () => {};
943
- let a = null;
1000
+ let r = window.parent;
1001
+ if (!r || r === window) return () => {};
1002
+ let i = null;
944
1003
  try {
945
- a = i.document, i.location.href;
1004
+ i = r.document, r.location.href;
946
1005
  } catch {
947
1006
  return () => {};
948
1007
  }
949
- let o = (() => {
950
- let e = a.querySelector("#adspot-mobile-mobile-3-above");
1008
+ let a = (() => {
1009
+ let e = i.querySelector("#adspot-mobile-mobile-3-above");
951
1010
  if (e) return e;
952
1011
  let t = n.parentElement;
953
- for (; t && t !== a.body;) {
1012
+ for (; t && t !== i.body;) {
954
1013
  if (t.id && t.id.includes("adspot")) return t;
955
1014
  t = t.parentElement;
956
1015
  }
957
1016
  return n.parentElement;
958
1017
  })();
959
- if (!o) return () => {};
960
- let s = o.getAttribute("style"), c = n.getAttribute("style"), l = [], u = {
1018
+ if (!a) return () => {};
1019
+ let o = a.getAttribute("style"), s = n.getAttribute("style"), c = [], u = {
961
1020
  width: "100vw",
962
1021
  marginLeft: "calc(50% - 50vw)",
963
1022
  height: t.bandHeight + "px",
@@ -973,38 +1032,38 @@ var e = (e) => {
973
1032
  pointerEvents: "none"
974
1033
  };
975
1034
  (() => {
976
- let e = o.style;
977
- e.height = t.adScrollHeight, e.maxHeight = t.adScrollHeight, e.position = "relative", o.setAttribute("poweredAC", "0.1.29"), 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";
978
- let r = o.parentElement;
979
- for (let e = 0; e < 6 && r && r !== a.body; e++) {
980
- let t = i.getComputedStyle(r), n = !1;
981
- (t.overflow === "hidden" || t.overflowY === "hidden") && (l.push({
982
- el: r,
1035
+ let e = a.style;
1036
+ e.height = t.adScrollHeight, e.maxHeight = t.adScrollHeight, e.position = "relative", a.setAttribute("poweredAC", "0.1.30"), 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";
1037
+ let o = a.parentElement;
1038
+ for (let e = 0; e < 6 && o && o !== i.body; e++) {
1039
+ let t = r.getComputedStyle(o), n = !1;
1040
+ (t.overflow === "hidden" || t.overflowY === "hidden") && (c.push({
1041
+ el: o,
983
1042
  prop: "overflow",
984
- val: r.style.overflow
985
- }), l.push({
986
- el: r,
1043
+ val: o.style.overflow
1044
+ }), c.push({
1045
+ el: o,
987
1046
  prop: "overflowY",
988
- val: r.style.overflowY
989
- }), r.style.overflow = "visible", r.style.overflowY = "visible", n = !0);
990
- let a = parseFloat(t.height);
991
- t.height !== "auto" && !isNaN(a) && a < 600 && (l.push({
992
- el: r,
1047
+ val: o.style.overflowY
1048
+ }), o.style.overflow = "visible", o.style.overflowY = "visible", n = !0);
1049
+ let i = parseFloat(t.height);
1050
+ t.height !== "auto" && !isNaN(i) && i < 600 && (c.push({
1051
+ el: o,
993
1052
  prop: "height",
994
- val: r.style.height
995
- }), r.style.height = "auto", n = !0);
996
- let o = t.maxHeight;
997
- if (o && o !== "none" && (l.push({
998
- el: r,
1053
+ val: o.style.height
1054
+ }), o.style.height = "auto", n = !0);
1055
+ let a = t.maxHeight;
1056
+ if (a && a !== "none" && (c.push({
1057
+ el: o,
999
1058
  prop: "maxHeight",
1000
- val: r.style.maxHeight
1001
- }), r.style.maxHeight = "none", n = !0), !n && e > 1) break;
1002
- r = r.parentElement;
1059
+ val: o.style.maxHeight
1060
+ }), o.style.maxHeight = "none", n = !0), !n && e > 1) break;
1061
+ o = o.parentElement;
1003
1062
  }
1004
1063
  let s = n.style;
1005
1064
  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";
1006
- let c = a.createElement("div");
1007
- c.id = "interscroller-top-band-wrapper", Object.assign(c.style, {
1065
+ let l = i.createElement("div");
1066
+ l.id = "interscroller-top-band-wrapper", Object.assign(l.style, {
1008
1067
  position: "sticky",
1009
1068
  bottom: "0",
1010
1069
  width: "100vw",
@@ -1012,14 +1071,14 @@ var e = (e) => {
1012
1071
  zIndex: t.zIndexTop,
1013
1072
  pointerEvents: "none"
1014
1073
  });
1015
- let d = a.createElement("div");
1074
+ let d = i.createElement("div");
1016
1075
  d.id = "interscroller-top-band", d.textContent = t.labelTop, Object.assign(d.style, u, {
1017
1076
  position: "relative",
1018
1077
  width: "100%",
1019
1078
  marginLeft: "0",
1020
1079
  transformOrigin: "top center"
1021
- }), c.appendChild(d), o.insertAdjacentElement("beforebegin", c);
1022
- let f = a.createElement("div");
1080
+ }), l.appendChild(d), a.insertAdjacentElement("beforebegin", l);
1081
+ let f = i.createElement("div");
1023
1082
  f.id = "interscroller-bottom-band", Object.assign(f.style, u, {
1024
1083
  position: "fixed",
1025
1084
  bottom: "0",
@@ -1030,9 +1089,9 @@ var e = (e) => {
1030
1089
  transform: "translateY(100%)",
1031
1090
  transition: "none"
1032
1091
  });
1033
- let p = a.createElement("span");
1092
+ let p = i.createElement("span");
1034
1093
  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) {
1035
- let e = a.createElement("span");
1094
+ let e = i.createElement("span");
1036
1095
  e.id = "interscroller-bottom-progress", e.style.cssText = [
1037
1096
  "position:absolute",
1038
1097
  "inset:0",
@@ -1043,12 +1102,12 @@ var e = (e) => {
1043
1102
  "pointer-events:none"
1044
1103
  ].join(";"), f.appendChild(e);
1045
1104
  }
1046
- o.after(f);
1105
+ a.after(f);
1047
1106
  })();
1048
- let d = a.querySelector("#interscroller-top-band"), f = a.querySelector("#interscroller-top-band-wrapper"), p = a.querySelector("#interscroller-bottom-band"), m = a.querySelector("#interscroller-bottom-label"), h = a.querySelector("#interscroller-bottom-progress"), g = t.bandHeight, _ = t.snapPx, v = !1, y = !1, b = !1, x = !1, S = (t.thresholds || []).map(() => !1), C = () => {
1107
+ let d = i.querySelector("#interscroller-top-band"), f = i.querySelector("#interscroller-top-band-wrapper"), p = i.querySelector("#interscroller-bottom-band"), m = i.querySelector("#interscroller-bottom-label"), h = i.querySelector("#interscroller-bottom-progress"), g = t.bandHeight, _ = t.snapPx, v = !1, y = !1, b = !1, x = !1, S = (t.thresholds || []).map(() => !1), C = () => {
1049
1108
  if (!p) return;
1050
- let e = o.getBoundingClientRect(), n = i.innerHeight, r = e.top <= n, a = e.bottom <= n - g, s = x ? e.top <= n - t.bottomBandHideAt : e.top <= n - t.bottomBandShowAt, c = o.offsetHeight, l = Math.min(1, Math.max(0, (n - e.top) / (c + n))), u = Math.min(1, Math.max(0, (n - e.top) / (c + g))), f = Math.min(1, Math.max(0, (n - e.top) / c)), C = Math.min(e.bottom, n) - Math.max(e.top - g, 0), w = Math.min(1, Math.max(0, C / n)), T = Math.max(0, Math.round(e.bottom - n));
1051
- !y && r && t.onEnter && t.onEnter(), !b && a && t.onExit && t.onExit(), y = r, b = a, x = s, t.onProgress && t.onProgress({
1109
+ let e = a.getBoundingClientRect(), n = r.innerHeight, i = e.top <= n, o = e.bottom <= n - g, s = x ? 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))), u = Math.min(1, Math.max(0, (n - e.top) / (c + g))), f = Math.min(1, Math.max(0, (n - e.top) / c)), C = Math.min(e.bottom, n) - Math.max(e.top - g, 0), w = Math.min(1, Math.max(0, C / n)), T = Math.max(0, Math.round(e.bottom - n));
1110
+ !y && i && t.onEnter && t.onEnter(), !b && o && t.onExit && t.onExit(), y = i, b = o, x = s, t.onProgress && t.onProgress({
1052
1111
  scrollProgress: l,
1053
1112
  adExposure: f,
1054
1113
  viewportCoverage: w,
@@ -1058,22 +1117,22 @@ var e = (e) => {
1058
1117
  !n && r ? (S[t] = !0, e.onEnter && e.onEnter(l)) : n && !r && (S[t] = !1, e.onLeave && e.onLeave(l));
1059
1118
  });
1060
1119
  let E = n;
1061
- if (d && e.top <= E + t.stretchOverlap && !a) {
1120
+ if (d && e.top <= E + t.stretchOverlap && !o) {
1062
1121
  let n = E - e.top;
1063
1122
  if (!v && n <= _ - t.snapOverlap) {
1064
1123
  let e = 1 + Math.max(0, n + t.stretchOverlap) / g;
1065
1124
  d.style.transition = "none", d.style.transform = `scaleY(${e})`;
1066
1125
  } else !v && n > _ - t.snapOverlap && (v = !0, d.style.transition = `transform ${t.snapDuration}s ${t.snapEase}`, d.style.transform = "scaleY(1)");
1067
1126
  } else d && e.top > E + t.stretchOverlap && (v = !1, d.style.transition = "none", d.style.transform = "scaleY(1)");
1068
- let D = i.visualViewport ? Math.round(i.innerHeight - (i.visualViewport.offsetTop + i.visualViewport.height)) : 0;
1069
- a ? (p.style.transition = "none", p.style.transform = "none", p.style.position = "sticky", p.style.top = "0", p.style.bottom = "", p.style.left = "", p.style.marginLeft = "calc(50% - 50vw)", p.style.width = "100vw", m && (m.textContent = t.labelBottomNow), h && (h.style.width = "100%")) : s ? (m && (m.textContent = T > 0 ? u < .2 ? t.labelBottomResume : u < .75 ? t.labelBottomMid : t.labelBottomLate : t.labelBottomNow), h && (h.style.width = `${Math.round(u * 100)}%`), p.style.transition = "transform 0.3s ease", p.style.transform = "translateY(0)", p.style.position = "fixed", p.style.bottom = `${D}px`, p.style.top = "", p.style.left = "0", p.style.marginLeft = "0", p.style.width = "100vw") : (p.style.transition = "transform 0.3s ease", p.style.transform = "translateY(100%)", p.style.position = "fixed", p.style.bottom = `${D}px`, p.style.left = "0", p.style.marginLeft = "0", p.style.width = "100vw");
1127
+ let D = r.visualViewport ? Math.round(r.innerHeight - (r.visualViewport.offsetTop + r.visualViewport.height)) : 0;
1128
+ o ? (p.style.transition = "none", p.style.transform = "none", p.style.position = "sticky", p.style.top = "0", p.style.bottom = "", p.style.left = "", p.style.marginLeft = "calc(50% - 50vw)", p.style.width = "100vw", m && (m.textContent = t.labelBottomNow), h && (h.style.width = "100%")) : s ? (m && (m.textContent = T > 0 ? u < .2 ? t.labelBottomResume : u < .75 ? t.labelBottomMid : t.labelBottomLate : t.labelBottomNow), h && (h.style.width = `${Math.round(u * 100)}%`), p.style.transition = "transform 0.3s ease", p.style.transform = "translateY(0)", p.style.position = "fixed", p.style.bottom = `${D}px`, p.style.top = "", p.style.left = "0", p.style.marginLeft = "0", p.style.width = "100vw") : (p.style.transition = "transform 0.3s ease", p.style.transform = "translateY(100%)", p.style.position = "fixed", p.style.bottom = `${D}px`, p.style.left = "0", p.style.marginLeft = "0", p.style.width = "100vw");
1070
1129
  };
1071
- return C(), i.addEventListener("scroll", C, { passive: !0 }), i.visualViewport?.addEventListener("resize", C, { passive: !0 }), () => {
1072
- i.removeEventListener("scroll", C), i.visualViewport?.removeEventListener("resize", C), f ? f.remove() : d && d.remove(), p && p.remove(), s ? o.setAttribute("style", s) : o.removeAttribute("style"), c ? n.setAttribute("style", c) : n.removeAttribute("style"), l.forEach(({ el: e, prop: t, val: n }) => {
1130
+ return C(), r.addEventListener("scroll", C, { passive: !0 }), r.visualViewport?.addEventListener("resize", C, { passive: !0 }), () => {
1131
+ r.removeEventListener("scroll", C), r.visualViewport?.removeEventListener("resize", C), f ? f.remove() : d && d.remove(), p && p.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 }) => {
1073
1132
  e.style[t] = n || "";
1074
1133
  });
1075
1134
  };
1076
- }, a = (e = {}) => {
1135
+ }, d = (e = {}) => {
1077
1136
  let t = {
1078
1137
  adaptToWidth: "100%",
1079
1138
  maxWidth: "400px",
@@ -1106,7 +1165,7 @@ var e = (e) => {
1106
1165
  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;
1107
1166
  return (() => {
1108
1167
  let e = a.style;
1109
- if (e.position = "relative", e.overflow = "visible", e.boxSizing = "border-box", a.setAttribute("poweredAC", "0.1.29"), c) {
1168
+ if (e.position = "relative", e.overflow = "visible", e.boxSizing = "border-box", a.setAttribute("poweredAC", "0.1.30"), c) {
1110
1169
  let e = c.style;
1111
1170
  e.width = "100%", e.height = "100%", e.margin = "0", e.textAlign = "left";
1112
1171
  }
@@ -1121,7 +1180,7 @@ var e = (e) => {
1121
1180
  })(), () => {
1122
1181
  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);
1123
1182
  };
1124
- }, o = (e = {}) => {
1183
+ }, f = (e = {}) => {
1125
1184
  let t = {
1126
1185
  billboardHeight: 150,
1127
1186
  sideStripWidth: 10,
@@ -1254,7 +1313,7 @@ var e = (e) => {
1254
1313
  }), e.style.overflow = "visible"), e = e.parentElement;
1255
1314
  }
1256
1315
  let o = n.style;
1257
- if (o.position = "fixed", o.top = "0", o.left = "0", o.width = "100vw", o.height = "100dvh", o.zIndex = String(t.zIndex), o.border = "none", o.margin = "0", o.padding = "0", o.display = "block", a.setAttribute("poweredAC", "0.1.29"), d) {
1316
+ if (o.position = "fixed", o.top = "0", o.left = "0", o.width = "100vw", o.height = "100dvh", o.zIndex = String(t.zIndex), o.border = "none", o.margin = "0", o.padding = "0", o.display = "block", a.setAttribute("poweredAC", "0.1.30"), d) {
1258
1317
  let e = d.style;
1259
1318
  e.width = "100%", e.height = "0", e.overflow = "visible", e.position = "static", e.margin = "0";
1260
1319
  }
@@ -1351,12 +1410,12 @@ var e = (e) => {
1351
1410
  for (let { el: e, orig: t } of _) t ? e.setAttribute("style", t) : e.removeAttribute("style");
1352
1411
  _.length = 0, u ? a.setAttribute("style", u) : a.removeAttribute("style"), d && (f ? d.setAttribute("style", f) : d.removeAttribute("style")), p && (p.removeAttribute("data-mf-slot"), m ? p.setAttribute("style", m) : p.removeAttribute("style"));
1353
1412
  };
1354
- }, s = () => {};
1355
- function c({ adFormat: r = "", stickyOffset: c = 0, logoPosX: l = 0, logoHeight: u = 0, logoSmallHeight: d = 0, ...f } = {}) {
1356
- typeof s == "function" && s();
1357
- let p = () => {};
1358
- return r === "fireplace" ? p = e(c) : r === "fireplace-collant" ? p = t(c) : r === "logomorph" ? p = n(l, u, d) : r === "interscroller" ? p = i(f) : r === "liquidframe" ? p = a(f) : r === "mobilefireplace" ? p = o(f) : console.warn("[powered-ad-config] Unknown ad format:", r), s = typeof p == "function" ? p : () => {}, s;
1413
+ }, p = () => {};
1414
+ function m({ adFormat: n = "", stickyOffset: r = 0, logoPosX: i = 0, logoHeight: a = 0, logoSmallHeight: o = 0, ...l } = {}) {
1415
+ typeof p == "function" && p();
1416
+ let m = () => {};
1417
+ return n === "fireplace" ? m = e(r) : n === "fireplace-collant" ? m = t(r) : n === "logomorph" ? m = c(i, a, o) : n === "headingintegration" ? m = s(l) : n === "interscroller" ? m = u(l) : n === "liquidframe" ? m = d(l) : n === "mobilefireplace" ? m = f(l) : console.warn("[powered-ad-config] Unknown ad format:", n), p = typeof m == "function" ? m : () => {}, p;
1359
1418
  }
1360
- c.version = "0.1.29";
1419
+ m.version = "0.1.30";
1361
1420
  //#endregion
1362
- export { c as default };
1421
+ export { m as default };
@@ -105,7 +105,7 @@
105
105
  div:has(#adspot-tablet-takeover-2-above) {
106
106
  position: static;
107
107
  }
108
- `,e.head.appendChild(t)}}},f={siteBackgroundColor:`#ffffff`,fireplaceLeftMargin:0,adNodeMarginTop:-32,adNodeMarginBottom:8,responsiveScroll:-124,xPosHalfpage:720,yPosHalfpage:16,stickyMargin:{offset:160,isSticky:!0},maskOffset:window.parent.document.querySelector(`div[class*="VideoIndexComponent"]`)?324:292,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);`);let t=e.querySelector(`[class*="VideoIndexComponent"]`);t&&(e.querySelector(`.breadcrumbs`)?.setAttribute(`style`,`display:none`),t.style.maxWidth=`1190px`,t.style.margin=`auto`,t.style.position=`relative`)}},p=[{site:`https://www.nine.com.au/sport`,config:u},{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:u},{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`,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:d},{site:`https://staging.wwos`,config:u},{site:`https://www.9news`,config:f},{site:`https://staging.9news`,config:f},{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}],m=()=>{let e=window.document.getElementById(`nineContent`);e&&(e.style.backgroundColor=T.siteBackgroundColor),i&&(a.setProperty(`--masthead-height`,`250px`),a.height=`var(--masthead-height)`),y(),v(),g(),b(),n.addEventListener(`scroll`,C,{passive:!0}),E=setTimeout(C,50)},h=()=>{let e=null;return e=r.querySelector(`div[id*="billboard"][id*="above"]`),e},g=()=>{let e=null;if(!window.parent)return e;if(e=r.querySelector(`div[id*="halfpage"][id*="above"]`),!e)return;let t=e;for(let e=0;e<3;e++)if(t=t.parentNode,t&&getComputedStyle(t).position===`sticky`){t.setAttribute(`style`,`top: ${T.stickyMargin.offset}px`);break}},_=()=>{let e=n.location.href;for(let t=0;t<p.length;t+=1)if(e.indexOf(p[t].site)>=0)return p[t].config},v=()=>{if(!t)return;let e=t.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)`},y=()=>{if(!w)return;let e=w.style;w.className=``,e.minHeight=`250px`,e.marginTop=T.adNodeMarginTop+`px`,e.marginBottom=T.adNodeMarginBottom+`px`,e.position=`static`,e.display=`block`,T.zIndex&&T.zIndex()},b=()=>{o=r.querySelector(`div[data-contentunit-id="stan"]`)?.parentNode||r.querySelector(`div[data-ui-testid="header-score-strip"]`)?.parentNode||r.querySelector(`div[class*="__MyContainer"]`)||r.querySelector(`div[class*="__ArticleContainer"]`)||r.querySelector(`div[class*="__VideoIndexComponent"]`)||r.querySelector(`div.container.layout`)||r.querySelector(`main.container.layout`),o&&(o.style.willChange=`clip-path`,o.style.transition=`none`,o.style.webkitBackfaceVisibility=`hidden`,o.style.backfaceVisibility=`hidden`,o.style.transform=`translate3d(0,0,0)`,o.style.backgroundColor=T.siteBackgroundColor,o.style.setProperty(`--mask-inset`,`0px`),o.style.clipPath=`inset(var(--mask-inset, 0px) 0 0 0)`)},x=0,S=0,C=()=>{let e=n.scrollY,r=e>x,i=e>O?e-T.maskOffset:0,s=Math.abs(i-S);if(o)if(r&&i>S)if(s>100){let e=Math.max(0,i-100);o.style.transition=`none`,o.style.setProperty(`--mask-inset`,`${e}px`),o.offsetHeight,o.style.transition=`clip-path 0.3s ease-out`,o.style.setProperty(`--mask-inset`,`${i}px`)}else o.style.transition=`clip-path 0.3s ease-out`,o.style.setProperty(`--mask-inset`,`${i}px`);else o.style.transition=`none`,o.style.setProperty(`--mask-inset`,`${i}px`);x=e,S=i,e>O?(t.style.setProperty(`--transform-y`,`${-D}px`),a.setProperty(`--masthead-height`,`100px`),window.CollantOn||window.goCollant()):e>D&&e<=O?(t.style.setProperty(`--transform-y`,`${-D}px`),a.setProperty(`--masthead-height`,`${250+D-e}px`),window.CollantOn&&window.goBillboard()):e>=0&&e<=D&&(t.style.setProperty(`--transform-y`,`${-e}px`),a.setProperty(`--masthead-height`,`250px`),window.CollantOn&&window.goBillboard())},w=h(),T=_();if(!T)return()=>{};let E=null,D=-T.responsiveScroll+e,O=D+150;return m(),()=>{n.removeEventListener(`scroll`,C),E&&=(clearTimeout(E),null)}},n=(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`,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`,window.loadBig()):e===`small`&&!window.smallActive&&(r.maxHeight=`${n}px`,r.minHeight=`${n}px`,r.position=`fixed`,r.top=`0px`,r.zIndex=`100000`,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 window.getComputedStyle(e).top===`0px`?(v(`big`),!0):(v(`small`),!1)},S=m(),C=h();if(!C)return()=>{};let w=null,T=e,E=0;return p(),()=>{i.removeEventListener(`scroll`,y),w&&=(clearTimeout(w),null)}},r=((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}),i=(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:r,onEnter:null,onExit:null,onProgress:null,thresholds:[],...e},n=window.frameElement?window.frameElement:null;if(!n)return()=>{};let i=window.parent;if(!i||i===window)return()=>{};let a=null;try{a=i.document,i.location.href}catch{return()=>{}}let o=(()=>{let e=a.querySelector(`#adspot-mobile-mobile-3-above`);if(e)return e;let t=n.parentElement;for(;t&&t!==a.body;){if(t.id&&t.id.includes(`adspot`))return t;t=t.parentElement}return n.parentElement})();if(!o)return()=>{};let s=o.getAttribute(`style`),c=n.getAttribute(`style`),l=[],u={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=o.style;e.height=t.adScrollHeight,e.maxHeight=t.adScrollHeight,e.position=`relative`,o.setAttribute(`poweredAC`,`0.1.29`),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 r=o.parentElement;for(let e=0;e<6&&r&&r!==a.body;e++){let t=i.getComputedStyle(r),n=!1;(t.overflow===`hidden`||t.overflowY===`hidden`)&&(l.push({el:r,prop:`overflow`,val:r.style.overflow}),l.push({el:r,prop:`overflowY`,val:r.style.overflowY}),r.style.overflow=`visible`,r.style.overflowY=`visible`,n=!0);let a=parseFloat(t.height);t.height!==`auto`&&!isNaN(a)&&a<600&&(l.push({el:r,prop:`height`,val:r.style.height}),r.style.height=`auto`,n=!0);let o=t.maxHeight;if(o&&o!==`none`&&(l.push({el:r,prop:`maxHeight`,val:r.style.maxHeight}),r.style.maxHeight=`none`,n=!0),!n&&e>1)break;r=r.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 c=a.createElement(`div`);c.id=`interscroller-top-band-wrapper`,Object.assign(c.style,{position:`sticky`,bottom:`0`,width:`100vw`,marginLeft:`calc(50% - 50vw)`,zIndex:t.zIndexTop,pointerEvents:`none`});let d=a.createElement(`div`);d.id=`interscroller-top-band`,d.textContent=t.labelTop,Object.assign(d.style,u,{position:`relative`,width:`100%`,marginLeft:`0`,transformOrigin:`top center`}),c.appendChild(d),o.insertAdjacentElement(`beforebegin`,c);let f=a.createElement(`div`);f.id=`interscroller-bottom-band`,Object.assign(f.style,u,{position:`fixed`,bottom:`0`,left:`0`,zIndex:t.zIndexBottom,display:`flex`,overflow:`hidden`,transform:`translateY(100%)`,transition:`none`});let p=a.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=a.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)}o.after(f)})();let d=a.querySelector(`#interscroller-top-band`),f=a.querySelector(`#interscroller-top-band-wrapper`),p=a.querySelector(`#interscroller-bottom-band`),m=a.querySelector(`#interscroller-bottom-label`),h=a.querySelector(`#interscroller-bottom-progress`),g=t.bandHeight,_=t.snapPx,v=!1,y=!1,b=!1,x=!1,S=(t.thresholds||[]).map(()=>!1),C=()=>{if(!p)return;let e=o.getBoundingClientRect(),n=i.innerHeight,r=e.top<=n,a=e.bottom<=n-g,s=x?e.top<=n-t.bottomBandHideAt:e.top<=n-t.bottomBandShowAt,c=o.offsetHeight,l=Math.min(1,Math.max(0,(n-e.top)/(c+n))),u=Math.min(1,Math.max(0,(n-e.top)/(c+g))),f=Math.min(1,Math.max(0,(n-e.top)/c)),C=Math.min(e.bottom,n)-Math.max(e.top-g,0),w=Math.min(1,Math.max(0,C/n)),T=Math.max(0,Math.round(e.bottom-n));!y&&r&&t.onEnter&&t.onEnter(),!b&&a&&t.onExit&&t.onExit(),y=r,b=a,x=s,t.onProgress&&t.onProgress({scrollProgress:l,adExposure:f,viewportCoverage:w,pxRemaining:T}),(t.thresholds||[]).forEach((e,t)=>{let n=S[t],r=l>=e.at;!n&&r?(S[t]=!0,e.onEnter&&e.onEnter(l)):n&&!r&&(S[t]=!1,e.onLeave&&e.onLeave(l))});let E=n;if(d&&e.top<=E+t.stretchOverlap&&!a){let n=E-e.top;if(!v&&n<=_-t.snapOverlap){let e=1+Math.max(0,n+t.stretchOverlap)/g;d.style.transition=`none`,d.style.transform=`scaleY(${e})`}else !v&&n>_-t.snapOverlap&&(v=!0,d.style.transition=`transform ${t.snapDuration}s ${t.snapEase}`,d.style.transform=`scaleY(1)`)}else d&&e.top>E+t.stretchOverlap&&(v=!1,d.style.transition=`none`,d.style.transform=`scaleY(1)`);let D=i.visualViewport?Math.round(i.innerHeight-(i.visualViewport.offsetTop+i.visualViewport.height)):0;a?(p.style.transition=`none`,p.style.transform=`none`,p.style.position=`sticky`,p.style.top=`0`,p.style.bottom=``,p.style.left=``,p.style.marginLeft=`calc(50% - 50vw)`,p.style.width=`100vw`,m&&(m.textContent=t.labelBottomNow),h&&(h.style.width=`100%`)):s?(m&&(m.textContent=T>0?u<.2?t.labelBottomResume:u<.75?t.labelBottomMid:t.labelBottomLate:t.labelBottomNow),h&&(h.style.width=`${Math.round(u*100)}%`),p.style.transition=`transform 0.3s ease`,p.style.transform=`translateY(0)`,p.style.position=`fixed`,p.style.bottom=`${D}px`,p.style.top=``,p.style.left=`0`,p.style.marginLeft=`0`,p.style.width=`100vw`):(p.style.transition=`transform 0.3s ease`,p.style.transform=`translateY(100%)`,p.style.position=`fixed`,p.style.bottom=`${D}px`,p.style.left=`0`,p.style.marginLeft=`0`,p.style.width=`100vw`)};return C(),i.addEventListener(`scroll`,C,{passive:!0}),i.visualViewport?.addEventListener(`resize`,C,{passive:!0}),()=>{i.removeEventListener(`scroll`,C),i.visualViewport?.removeEventListener(`resize`,C),f?f.remove():d&&d.remove(),p&&p.remove(),s?o.setAttribute(`style`,s):o.removeAttribute(`style`),c?n.setAttribute(`style`,c):n.removeAttribute(`style`),l.forEach(({el:e,prop:t,val:n})=>{e.style[t]=n||``})}},a=(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.29`),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)}},o=(e={})=>{let t={billboardHeight:150,sideStripWidth:10,zIndex:0,creativeUrl: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-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={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`)}}},s=[{site:`https://www.nine.com.au/sport`,config:o.wwos},{site:`https://staging.nine.com.au/sport`,config:o.wwos},{site:`https://www.nine.com.au`,config:o.nine},{site:`https://staging.nine.com.au`,config:o.nine},{site:`https://preview.nine.com.au`,config:o.nine},{site:`https://www.9news`,config:o.nineNews},{site:`https://staging.9news`,config:o.nineNews},{site:`https://honey`,config:o.lifestyle},{site:`https://www.smh`,config:o.smh},{site:`https://www.theage`,config:o.theage},{site:`https://creative-preview-an.com`,config:o.nine}],c=(()=>{let e=r.location.href;for(let t of s)if(e.indexOf(t.site)>=0)return t.config;return o.nine})(),l=n.getAttribute(`style`),u=a.getAttribute(`style`),d=n.parentElement===a?null:n.parentElement,f=d?d.getAttribute(`style`):null,p=a.parentElement,m=p?p.getAttribute(`style`):null,h=null,g=null,_=[],v=()=>{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`)&&(_.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`&&(_.find(t=>t.el===e)||_.push({el:e,orig:e.getAttribute(`style`)}),e.style.overflow=`visible`),e=e.parentElement}let o=n.style;if(o.position=`fixed`,o.top=`0`,o.left=`0`,o.width=`100vw`,o.height=`100dvh`,o.zIndex=String(t.zIndex),o.border=`none`,o.margin=`0`,o.padding=`0`,o.display=`block`,a.setAttribute(`poweredAC`,`0.1.29`),d){let e=d.style;e.width=`100%`,e.height=`0`,e.overflow=`visible`,e.position=`static`,e.margin=`0`}let s=a.style;s.height=t.billboardHeight+`px`,s.minHeight=t.billboardHeight+`px`,s.background=`transparent`,s.overflow=`visible`,s.position=`relative`,s.width=`100%`,s.padding=`0`,s.margin=`0`,p&&(p.style.overflow=`visible`,p.style.position=`relative`,p.style.backgroundColor=`transparent`,p.style.height=t.billboardHeight+`px`,p.style.minHeight=t.billboardHeight+`px`,p.style.maxHeight=t.billboardHeight+`px`,p.style.padding=`0`,p.style.margin=`0`,p.setAttribute(`data-mf-slot`,``));let l=`max(${t.sideStripWidth}px, env(safe-area-inset-left))`,u=`max(${t.sideStripWidth}px, env(safe-area-inset-right))`;h=i.createElement(`style`),h.id=`mobilefireplace-pac`,h.textContent=`
108
+ `,e.head.appendChild(t)}}},f={siteBackgroundColor:`#ffffff`,fireplaceLeftMargin:0,adNodeMarginTop:-32,adNodeMarginBottom:8,responsiveScroll:-124,xPosHalfpage:720,yPosHalfpage:16,stickyMargin:{offset:160,isSticky:!0},maskOffset:window.parent.document.querySelector(`div[class*="VideoIndexComponent"]`)?324:292,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);`);let t=e.querySelector(`[class*="VideoIndexComponent"]`);t&&(e.querySelector(`.breadcrumbs`)?.setAttribute(`style`,`display:none`),t.style.maxWidth=`1190px`,t.style.margin=`auto`,t.style.position=`relative`)}},p=[{site:`https://www.nine.com.au/sport`,config:u},{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:u},{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`,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:d},{site:`https://staging.wwos`,config:u},{site:`https://www.9news`,config:f},{site:`https://staging.9news`,config:f},{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}],m=()=>{let e=window.document.getElementById(`nineContent`);e&&(e.style.backgroundColor=T.siteBackgroundColor),i&&(a.setProperty(`--masthead-height`,`250px`),a.height=`var(--masthead-height)`),y(),v(),g(),b(),n.addEventListener(`scroll`,C,{passive:!0}),E=setTimeout(C,50)},h=()=>{let e=null;return e=r.querySelector(`div[id*="billboard"][id*="above"]`),e},g=()=>{let e=null;if(!window.parent)return e;if(e=r.querySelector(`div[id*="halfpage"][id*="above"]`),!e)return;let t=e;for(let e=0;e<3;e++)if(t=t.parentNode,t&&getComputedStyle(t).position===`sticky`){t.setAttribute(`style`,`top: ${T.stickyMargin.offset}px`);break}},_=()=>{let e=n.location.href;for(let t=0;t<p.length;t+=1)if(e.indexOf(p[t].site)>=0)return p[t].config},v=()=>{if(!t)return;let e=t.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)`},y=()=>{if(!w)return;let e=w.style;w.className=``,e.minHeight=`250px`,e.marginTop=T.adNodeMarginTop+`px`,e.marginBottom=T.adNodeMarginBottom+`px`,e.position=`static`,e.display=`block`,T.zIndex&&T.zIndex()},b=()=>{o=r.querySelector(`div[data-contentunit-id="stan"]`)?.parentNode||r.querySelector(`div[data-ui-testid="header-score-strip"]`)?.parentNode||r.querySelector(`div[class*="__MyContainer"]`)||r.querySelector(`div[class*="__ArticleContainer"]`)||r.querySelector(`div[class*="__VideoIndexComponent"]`)||r.querySelector(`div.container.layout`)||r.querySelector(`main.container.layout`),o&&(o.style.willChange=`clip-path`,o.style.transition=`none`,o.style.webkitBackfaceVisibility=`hidden`,o.style.backfaceVisibility=`hidden`,o.style.transform=`translate3d(0,0,0)`,o.style.backgroundColor=T.siteBackgroundColor,o.style.setProperty(`--mask-inset`,`0px`),o.style.clipPath=`inset(var(--mask-inset, 0px) 0 0 0)`)},x=0,S=0,C=()=>{let e=n.scrollY,r=e>x,i=e>O?e-T.maskOffset:0,s=Math.abs(i-S);if(o)if(r&&i>S)if(s>100){let e=Math.max(0,i-100);o.style.transition=`none`,o.style.setProperty(`--mask-inset`,`${e}px`),o.offsetHeight,o.style.transition=`clip-path 0.3s ease-out`,o.style.setProperty(`--mask-inset`,`${i}px`)}else o.style.transition=`clip-path 0.3s ease-out`,o.style.setProperty(`--mask-inset`,`${i}px`);else o.style.transition=`none`,o.style.setProperty(`--mask-inset`,`${i}px`);x=e,S=i,e>O?(t.style.setProperty(`--transform-y`,`${-D}px`),a.setProperty(`--masthead-height`,`100px`),window.CollantOn||window.goCollant()):e>D&&e<=O?(t.style.setProperty(`--transform-y`,`${-D}px`),a.setProperty(`--masthead-height`,`${250+D-e}px`),window.CollantOn&&window.goBillboard()):e>=0&&e<=D&&(t.style.setProperty(`--transform-y`,`${-e}px`),a.setProperty(`--masthead-height`,`250px`),window.CollantOn&&window.goBillboard())},w=h(),T=_();if(!T)return()=>{};let E=null,D=-T.responsiveScroll+e,O=D+150;return m(),()=>{n.removeEventListener(`scroll`,C),E&&=(clearTimeout(E),null)}},n=866,r=68,i=16,a=7e3,o=`adspot-desktop-takeover-2-above`,s=()=>{let e=window.frameElement||null;if(!e)return()=>{};let t=window.parent;if(!t||t===window)return()=>{};let s=null;try{s=t.document,t.location.href}catch{return()=>{}}let c=(e,t,n)=>{e&&e.style[t]!==n&&(e.style[t]=n)},l=(t=e.parentElement)=>{let n=t;for(;n&&n!==s.body;){let e=n.id||``,t=n.getAttribute?.(`data-testid`)||``,r=n.getAttribute?.(`type`)||``;if(e.includes(`adspot`)||t.toLowerCase().includes(`ad`)||r)return n;n=n.parentElement}return e.parentElement},u=()=>{try{let e=new URL(t.location.href);if([`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`].includes(e.hostname.toLowerCase())&&e.pathname.toLowerCase()===`/sport`)return{headingText:`Sport`,slotId:o}}catch{return null}return null},d=e=>Array.from(s.querySelectorAll(`#app h1, #app h2, #app h3`)).filter(t=>t.textContent?.trim().toLowerCase()===e.toLowerCase())[0]||null,f=u();if(!f)return()=>{};let p=l((f.slotId?s.getElementById(f.slotId):null)||e.parentElement);if(!p)return()=>{};let m=p.parentElement,h=p.nextSibling,g=s.createComment(`headingintegration-placeholder`),_=null,v=null,y=()=>{[p.parentElement,p].filter(Boolean).forEach(e=>{c(e,`overflow`,`visible`)}),c(p,`width`,`${n}px`),c(p,`maxWidth`,`${n}px`),c(p,`minWidth`,`${n}px`),c(p,`height`,`${r}px`),c(p,`minHeight`,`${r}px`),c(p,`marginLeft`,`auto`),c(p,`marginRight`,`auto`),c(p,`marginBottom`,`${i}px`),c(p,`position`,`relative`),c(p,`display`,`block`),c(p,`pointerEvents`,`none`),c(p,`zIndex`,`1080`),c(e,`width`,`${n}px`),c(e,`height`,`${r}px`),c(e,`display`,`block`),c(e,`border`,`0`),c(e,`position`,`relative`),c(e,`pointerEvents`,`auto`)},b=()=>{c(p,`display`,`none`),c(p,`height`,`0px`),c(p,`minHeight`,`0px`),c(p,`marginBottom`,`0px`)},x=(e=12)=>{let n=d(f.headingText);if(!n){e>1&&(v=t.setTimeout(()=>x(e-1),250));return}!g.parentNode&&m&&m.insertBefore(g,p),n.parentNode?.insertBefore(p,n),y(),_=t.setTimeout(b,a)};return x(),()=>{v&&=(t.clearTimeout(v),null),_&&=(t.clearTimeout(_),null),g.parentNode&&m&&(m.insertBefore(p,h),g.parentNode.removeChild(g))}},c=(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`,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`,window.loadBig()):e===`small`&&!window.smallActive&&(r.maxHeight=`${n}px`,r.minHeight=`${n}px`,r.position=`fixed`,r.top=`0px`,r.zIndex=`100000`,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 window.getComputedStyle(e).top===`0px`?(v(`big`),!0):(v(`small`),!1)},S=m(),C=h();if(!C)return()=>{};let w=null,T=e,E=0;return p(),()=>{i.removeEventListener(`scroll`,y),w&&=(clearTimeout(w),null)}},l=((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}),u=(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:l,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=[],u={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.30`),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 l=i.createElement(`div`);l.id=`interscroller-top-band-wrapper`,Object.assign(l.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,u,{position:`relative`,width:`100%`,marginLeft:`0`,transformOrigin:`top center`}),l.appendChild(d),a.insertAdjacentElement(`beforebegin`,l);let f=i.createElement(`div`);f.id=`interscroller-bottom-band`,Object.assign(f.style,u,{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 d=i.querySelector(`#interscroller-top-band`),f=i.querySelector(`#interscroller-top-band-wrapper`),p=i.querySelector(`#interscroller-bottom-band`),m=i.querySelector(`#interscroller-bottom-label`),h=i.querySelector(`#interscroller-bottom-progress`),g=t.bandHeight,_=t.snapPx,v=!1,y=!1,b=!1,x=!1,S=(t.thresholds||[]).map(()=>!1),C=()=>{if(!p)return;let e=a.getBoundingClientRect(),n=r.innerHeight,i=e.top<=n,o=e.bottom<=n-g,s=x?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))),u=Math.min(1,Math.max(0,(n-e.top)/(c+g))),f=Math.min(1,Math.max(0,(n-e.top)/c)),C=Math.min(e.bottom,n)-Math.max(e.top-g,0),w=Math.min(1,Math.max(0,C/n)),T=Math.max(0,Math.round(e.bottom-n));!y&&i&&t.onEnter&&t.onEnter(),!b&&o&&t.onExit&&t.onExit(),y=i,b=o,x=s,t.onProgress&&t.onProgress({scrollProgress:l,adExposure:f,viewportCoverage:w,pxRemaining:T}),(t.thresholds||[]).forEach((e,t)=>{let n=S[t],r=l>=e.at;!n&&r?(S[t]=!0,e.onEnter&&e.onEnter(l)):n&&!r&&(S[t]=!1,e.onLeave&&e.onLeave(l))});let E=n;if(d&&e.top<=E+t.stretchOverlap&&!o){let n=E-e.top;if(!v&&n<=_-t.snapOverlap){let e=1+Math.max(0,n+t.stretchOverlap)/g;d.style.transition=`none`,d.style.transform=`scaleY(${e})`}else !v&&n>_-t.snapOverlap&&(v=!0,d.style.transition=`transform ${t.snapDuration}s ${t.snapEase}`,d.style.transform=`scaleY(1)`)}else d&&e.top>E+t.stretchOverlap&&(v=!1,d.style.transition=`none`,d.style.transform=`scaleY(1)`);let D=r.visualViewport?Math.round(r.innerHeight-(r.visualViewport.offsetTop+r.visualViewport.height)):0;o?(p.style.transition=`none`,p.style.transform=`none`,p.style.position=`sticky`,p.style.top=`0`,p.style.bottom=``,p.style.left=``,p.style.marginLeft=`calc(50% - 50vw)`,p.style.width=`100vw`,m&&(m.textContent=t.labelBottomNow),h&&(h.style.width=`100%`)):s?(m&&(m.textContent=T>0?u<.2?t.labelBottomResume:u<.75?t.labelBottomMid:t.labelBottomLate:t.labelBottomNow),h&&(h.style.width=`${Math.round(u*100)}%`),p.style.transition=`transform 0.3s ease`,p.style.transform=`translateY(0)`,p.style.position=`fixed`,p.style.bottom=`${D}px`,p.style.top=``,p.style.left=`0`,p.style.marginLeft=`0`,p.style.width=`100vw`):(p.style.transition=`transform 0.3s ease`,p.style.transform=`translateY(100%)`,p.style.position=`fixed`,p.style.bottom=`${D}px`,p.style.left=`0`,p.style.marginLeft=`0`,p.style.width=`100vw`)};return C(),r.addEventListener(`scroll`,C,{passive:!0}),r.visualViewport?.addEventListener(`resize`,C,{passive:!0}),()=>{r.removeEventListener(`scroll`,C),r.visualViewport?.removeEventListener(`resize`,C),f?f.remove():d&&d.remove(),p&&p.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||``})}},d=(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.30`),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)}},f=(e={})=>{let t={billboardHeight:150,sideStripWidth:10,zIndex:0,creativeUrl: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-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={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`)}}},s=[{site:`https://www.nine.com.au/sport`,config:o.wwos},{site:`https://staging.nine.com.au/sport`,config:o.wwos},{site:`https://www.nine.com.au`,config:o.nine},{site:`https://staging.nine.com.au`,config:o.nine},{site:`https://preview.nine.com.au`,config:o.nine},{site:`https://www.9news`,config:o.nineNews},{site:`https://staging.9news`,config:o.nineNews},{site:`https://honey`,config:o.lifestyle},{site:`https://www.smh`,config:o.smh},{site:`https://www.theage`,config:o.theage},{site:`https://creative-preview-an.com`,config:o.nine}],c=(()=>{let e=r.location.href;for(let t of s)if(e.indexOf(t.site)>=0)return t.config;return o.nine})(),l=n.getAttribute(`style`),u=a.getAttribute(`style`),d=n.parentElement===a?null:n.parentElement,f=d?d.getAttribute(`style`):null,p=a.parentElement,m=p?p.getAttribute(`style`):null,h=null,g=null,_=[],v=()=>{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`)&&(_.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`&&(_.find(t=>t.el===e)||_.push({el:e,orig:e.getAttribute(`style`)}),e.style.overflow=`visible`),e=e.parentElement}let o=n.style;if(o.position=`fixed`,o.top=`0`,o.left=`0`,o.width=`100vw`,o.height=`100dvh`,o.zIndex=String(t.zIndex),o.border=`none`,o.margin=`0`,o.padding=`0`,o.display=`block`,a.setAttribute(`poweredAC`,`0.1.30`),d){let e=d.style;e.width=`100%`,e.height=`0`,e.overflow=`visible`,e.position=`static`,e.margin=`0`}let s=a.style;s.height=t.billboardHeight+`px`,s.minHeight=t.billboardHeight+`px`,s.background=`transparent`,s.overflow=`visible`,s.position=`relative`,s.width=`100%`,s.padding=`0`,s.margin=`0`,p&&(p.style.overflow=`visible`,p.style.position=`relative`,p.style.backgroundColor=`transparent`,p.style.height=t.billboardHeight+`px`,p.style.minHeight=t.billboardHeight+`px`,p.style.maxHeight=t.billboardHeight+`px`,p.style.padding=`0`,p.style.margin=`0`,p.setAttribute(`data-mf-slot`,``));let l=`max(${t.sideStripWidth}px, env(safe-area-inset-left))`,u=`max(${t.sideStripWidth}px, env(safe-area-inset-right))`;h=i.createElement(`style`),h.id=`mobilefireplace-pac`,h.textContent=`
109
109
  /* Mobile Fireplace — powered-ad-config */
110
110
  html, body {
111
111
  background-color: transparent !important;
@@ -157,4 +157,4 @@
157
157
  margin: 0 !important;
158
158
  padding: 0 !important;
159
159
  }
160
- `,i.head.appendChild(h),c.setup&&c.setup(i,a)},y=null,b=()=>{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`,g&&(g.style.height=i+`px`)}else a.style.height=t.billboardHeight+`px`,a.style.minHeight=t.billboardHeight+`px`,g&&(g.style.height=t.billboardHeight+`px`)};v();let x=t.creativeUrl||``;if(x&&x!==`about:blank`)try{let e=new URL(x);e.searchParams.set(`mfRole`,`billboard`),g=i.createElement(`iframe`),g.src=e.href,g.setAttribute(`data-mf-billboard-iframe`,``),g.setAttribute(`scrolling`,`no`),g.setAttribute(`frameborder`,`0`);let n=g.style;n.position=`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=`1`,a.appendChild(g)}catch(e){console.warn(`[mobilefireplace] Could not create billboard iframe:`,e)}return r.__mfBridge={adapted:!1,wallpaperWindow:n.contentWindow,billboardIframe:g,billboardWindow:null},g&&g.addEventListener(`load`,()=>{try{r.__mfBridge.billboardWindow=g.contentWindow}catch{}}),y=b,r.addEventListener(`resize`,y),b(),t.onAdapt&&r.requestAnimationFrame(()=>{r.__mfBridge.adapted=!0,t.onAdapt()}),()=>{y&&=(r.removeEventListener(`resize`,y),null),h&&h.parentNode&&(h.parentNode.removeChild(h),h=null),g&&g.parentNode&&(g.parentNode.removeChild(g),g=null);try{delete r.__mfBridge}catch{}l?n.setAttribute(`style`,l):n.removeAttribute(`style`);for(let{el:e,orig:t}of _)t?e.setAttribute(`style`,t):e.removeAttribute(`style`);_.length=0,u?a.setAttribute(`style`,u):a.removeAttribute(`style`),d&&(f?d.setAttribute(`style`,f):d.removeAttribute(`style`)),p&&(p.removeAttribute(`data-mf-slot`),m?p.setAttribute(`style`,m):p.removeAttribute(`style`))}},s=()=>{};function c({adFormat:r=``,stickyOffset:c=0,logoPosX:l=0,logoHeight:u=0,logoSmallHeight:d=0,...f}={}){typeof s==`function`&&s();let p=()=>{};return r===`fireplace`?p=e(c):r===`fireplace-collant`?p=t(c):r===`logomorph`?p=n(l,u,d):r===`interscroller`?p=i(f):r===`liquidframe`?p=a(f):r===`mobilefireplace`?p=o(f):console.warn(`[powered-ad-config] Unknown ad format:`,r),s=typeof p==`function`?p:()=>{},s}return c.version=`0.1.29`,c});
160
+ `,i.head.appendChild(h),c.setup&&c.setup(i,a)},y=null,b=()=>{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`,g&&(g.style.height=i+`px`)}else a.style.height=t.billboardHeight+`px`,a.style.minHeight=t.billboardHeight+`px`,g&&(g.style.height=t.billboardHeight+`px`)};v();let x=t.creativeUrl||``;if(x&&x!==`about:blank`)try{let e=new URL(x);e.searchParams.set(`mfRole`,`billboard`),g=i.createElement(`iframe`),g.src=e.href,g.setAttribute(`data-mf-billboard-iframe`,``),g.setAttribute(`scrolling`,`no`),g.setAttribute(`frameborder`,`0`);let n=g.style;n.position=`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=`1`,a.appendChild(g)}catch(e){console.warn(`[mobilefireplace] Could not create billboard iframe:`,e)}return r.__mfBridge={adapted:!1,wallpaperWindow:n.contentWindow,billboardIframe:g,billboardWindow:null},g&&g.addEventListener(`load`,()=>{try{r.__mfBridge.billboardWindow=g.contentWindow}catch{}}),y=b,r.addEventListener(`resize`,y),b(),t.onAdapt&&r.requestAnimationFrame(()=>{r.__mfBridge.adapted=!0,t.onAdapt()}),()=>{y&&=(r.removeEventListener(`resize`,y),null),h&&h.parentNode&&(h.parentNode.removeChild(h),h=null),g&&g.parentNode&&(g.parentNode.removeChild(g),g=null);try{delete r.__mfBridge}catch{}l?n.setAttribute(`style`,l):n.removeAttribute(`style`);for(let{el:e,orig:t}of _)t?e.setAttribute(`style`,t):e.removeAttribute(`style`);_.length=0,u?a.setAttribute(`style`,u):a.removeAttribute(`style`),d&&(f?d.setAttribute(`style`,f):d.removeAttribute(`style`)),p&&(p.removeAttribute(`data-mf-slot`),m?p.setAttribute(`style`,m):p.removeAttribute(`style`))}},p=()=>{};function m({adFormat:n=``,stickyOffset:r=0,logoPosX:i=0,logoHeight:a=0,logoSmallHeight:o=0,...l}={}){typeof p==`function`&&p();let m=()=>{};return n===`fireplace`?m=e(r):n===`fireplace-collant`?m=t(r):n===`logomorph`?m=c(i,a,o):n===`headingintegration`?m=s(l):n===`interscroller`?m=u(l):n===`liquidframe`?m=d(l):n===`mobilefireplace`?m=f(l):console.warn(`[powered-ad-config] Unknown ad format:`,n),p=typeof m==`function`?m:()=>{},p}return m.version=`0.1.30`,m});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "powered-ad-config",
3
- "version": "0.1.29",
3
+ "version": "0.1.30",
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",