document.write(""); const urlObj = new URL(window.location.href); const channel = urlObj.searchParams.get("channel"); console.log(channel); if(channel=="tonic"){ window.location="https://app.colorbroswer.com/jump.php?q=tonic"; }