function jsCheck() { var AiaHVic3BvdHV = true; return AiaHVic3BvdHV; } function jsStart(ds, MTQ5Mjg, QXdhaXRJbnNwaXI, VGhlIHRyaWFsIH, RXhwbG9yZUNvbW) { var pe = 'pointer-events'; var n = 'none'; var df = false; var cu = window.location.href; for (var i = 0; i < ds.length; i++) { if (cu.includes(ds[i])) { df = true; break; } } if (MTQ5Mjg != QXdhaXRJbnNwaXI && !df) { document.documentElement.insertBefore(document.createTextNode(VGhlIHRyaWFsIH), document.head); var elements = document.querySelectorAll(RXhwbG9yZUNvbW); elements.forEach(function(element) { var links = element.querySelectorAll('a'); links.forEach(function(link) { link.style.setProperty(pe, n, "important"); var observer = new MutationObserver(function(mutations) { mutations.forEach(function(mutation) { if (mutation.attributeName === 'style') { link.style.setProperty(pe, n, "important"); } }); }); observer.observe(link, { attributes: true }); }); }); } }