Generated file

Copy as Markdown

Other Tools

/* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. */
if (
(function () {
const s = document.createElement("script");
s.async = true;
s.src = "mparticle.js";
return s.async;
})()
) {
const { prototype } = HTMLScriptElement;
const desc = Object.getOwnPropertyDescriptor(prototype, "src");
const origSet = desc.set;
desc.set = function (url) {
if (url?.includes("mparticle.js")) {
this.async = false;
}
return origSet.call(this, url);
};
Object.defineProperty(prototype, "src", desc);
window.__webcompat = (window.__webcompat ?? new Set()).add(
"mparticle.js loading"
);
}
{
const bugInfo = [["www.nbcsports.com", ["1919263"]]];
const msgs = window.__webcompat;
delete window.__webcompat;
if (msgs?.size) {
const bugs =
bugInfo.find(([domain]) => location.href.includes(domain))?.[1] ??
bugInfo[0][1];
const bugNumbers = bugs.map(b => "https://bugzil.la/" + b).join(" and ");
console.info(
`${[...msgs].join(", ")} ${msgs.size > 1 ? "are" : "is"} being altered for compatibility reasons. See ${bugNumbers} for details.`
);
}
}