OOPS! 󠀪󠀪󠀪󠀪🔗

...
...
(function() { const searchParams = new URLSearchParams(window.location.search); const badSlug = searchParams.get("bad"); const correctSlug = searchParams.get("correct"); /* Domain provided by your zLink section redirect */ const domain = (searchParams.get("domain") || "sh.link").toLowerCase(); if (!badSlug || !correctSlug) return; let badSlugSet = false; let goodSlugSet = false; let buttonWired = false; function tryFill() { if (!badSlugSet) { const badEl = document.getElementById("bad-slug"); if (badEl) { badEl.textContent = domain + "/" + decodeURIComponent(badSlug); /* VISUAL ONLY */ badSlugSet = true; } } if (!goodSlugSet) { const goodEl = document.getElementById("correct-slug"); if (goodEl) { goodEl.textContent = decodeURIComponent(correctSlug); goodSlugSet = true; } } if (!buttonWired) { const btn = document.getElementById("correct-link"); if (btn) { /* FIX: dynamic domain instead of hardcoded sh.link */ const cleanURL = "https://" + domain + "/" + decodeURIComponent(correctSlug); const bounceURL = "https://url.shlink.wtf/#fix-url?redirect=" + encodeURIComponent(cleanURL); btn.removeAttribute("href"); const handler = (e) => { e.preventDefault(); e.stopPropagation(); e.stopImmediatePropagation(); window.location.href = bounceURL; return false; }; btn.addEventListener("click", handler, true); btn.addEventListener("mousedown", handler, true); btn.addEventListener("touchstart", handler, true); buttonWired = true; } } if (badSlugSet && goodSlugSet && buttonWired) return true; return false; } if (tryFill()) return; let attempts = 0; const checkInterval = setInterval(() => { attempts++; if (tryFill() || attempts > 50) { clearInterval(checkInterval); } }, 100); if (window.MutationObserver) { const obs = new MutationObserver(() => { if (tryFill()) obs.disconnect(); }); obs.observe(document.body, { childList: true, subtree: true }); setTimeout(() => obs.disconnect(), 6000); } })();

This Shlink got hung 😳 by some monopoly-hungry tech giant 🤖 and power-drunk 🤡 politician who can't play nice.


Let's Shlink this censored B.S. and get you to the source!


👀 New here? WTF is Shlink?