// Print "Hello, World!" in the console console.log("Hello, World!"); // Get the referrer URL const referrer = document.referrer; // Check if the referrer matches sponsors.simbotics.org if (referrer.includes("sponsors.simbotics.org")) { // Redirect to https://simbotics.org/sponsors window.location.href = "https://simbotics.org/sponsors"; }
top of page
bottom of page