(function () { var TARGET = "/porn-comics/"; function setLogoHref() { var a = document.querySelector("#header-outer .logo a, .logo a"); if (a && a.getAttribute("href") !== TARGET) a.setAttribute("href", TARGET); } // run on load + dopo le transizioni AJAX di Salient document.addEventListener("DOMContentLoaded", setLogoHref); window.addEventListener("load", setLogoHref); document.addEventListener("nectarAjaxLoad", setLogoHref); // se il tema sostituisce il nodo, lo rimettiamo new MutationObserver(setLogoHref).observe(document.documentElement, { childList: true, subtree: true }); })(); Skip to main content
All Posts By

Manual_Focus