Generated file

Copy as Markdown

Other Tools

/* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. */
if (
(function notNeeded() {
const div = document.createElement("div");
div.style.touchAction = "auto";
return div.style.touchAction == "auto";
})()
) {
const proto = (window.CSSStyleProperties ?? window.CSS2Properties).prototype;
const descriptor = Object.getOwnPropertyDescriptor(proto, "touchAction");
const { get } = descriptor;
descriptor.get = function () {
if (new Error().stack?.includes("notNeeded")) {
return "none";
}
return get.call(this);
};
Object.defineProperty(proto, "touchAction", descriptor);
window.__webcompat = (window.__webcompat ?? new Set()).add("FastClick");
}
{
const bugInfo = [["teikiyoyaku.tokyu.co.jp", ["1901449"]], ["whooshmotorsports.com", ["1913099"]], ["discountcoffee.co.uk", ["1944007"]], ["franmar.com", ["1944008"]], ["themusiclab.org", ["1944019"]], ["bathpublishing.com", ["1944020"]], ["dylantalkstone.com", ["1944024"]], ["give.umrelief.org", ["1916407"]], ["renewd.com.au", ["1944026"]], ["shop.ticket-center-hohenschwangau.de", ["1968640"]], ["www.passline.com", ["1982550"]], ["www.linguee.de", ["1982801"]], ["www.electrosport.com", ["1986875"]]];
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.`
);
}
}