custom-handler

Redirecting…

বিস্ব বাঙালি | Redirecting…

contact us

Redirecting you to the right place…

window.onload = () => { const url = new URL(window.location.href); const raw = decodeURIComponent(url.searchParams.get("url") || ""); let target = "https://www.biswabangalee.com/"; if (raw.includes("fairy-tale")) { target = "https://www.foodcooking-inspiration.in/p/virtual-recipes.html"; } else if (raw.includes("home")) { target = "https://www.biswabangalee.com/"; } // Redirect using AMP const anchor = document.getElementById("redirectLink"); anchor.href = target; anchor.click(); };