(function() { function checkRedirect() { if (window.location.pathname.includes("/speisekarte")) { window.location.replace("https://dtwaeonhht2im.cloudfront.net/9225d9a719d985b596ad4745d0947593.pdf"); } } checkRedirect(); ["pushState", "replaceState"].forEach(fn => { const orig = history[fn]; history[fn] = function() { const ret = orig.apply(this, arguments); window.dispatchEvent(new Event("locationchange")); return ret; }; }); window.addEventListener("popstate", checkRedirect); window.addEventListener("locationchange", checkRedirect); })();