From 45cea3f6424ff7a40a5cb565b83bea0862aec23b Mon Sep 17 00:00:00 2001 From: slweeb <91897291+slweeb@users.noreply.github.com> Date: Wed, 21 May 2025 14:42:13 -0400 Subject: [PATCH] Update index.html --- index.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/index.html b/index.html index b0d62544..7535a5d7 100644 --- a/index.html +++ b/index.html @@ -19072,6 +19072,13 @@ Cancer, Landmine, Grenade, Smoke Grenade">? document.getElementById("langSelectP").style.display = "none"; } else { +/*R74n Observer + Don't worry, I'm harmless!*/ +if (document.referrer && document.referrer.indexOf("r74n.") === -1) { + const refdomain = document.referrer.replace(/^https?:\/\//g, "").replace(/^www\./g, "").replace(/\/$/g, ""); + document.cookie = "R74nRef="+refdomain+";max-age=86400;path=/;domain=r74n.com"; +} + function loadPlaylight() { if (typeof playlightSDK === "undefined") { document.getElementById("playlightButton").value = "Loading...";