Update index.html

This commit is contained in:
slweeb 2025-05-21 14:42:13 -04:00
parent 5a391fad7d
commit 45cea3f642
1 changed files with 7 additions and 0 deletions

View File

@ -19072,6 +19072,13 @@ Cancer, Landmine, Grenade, Smoke Grenade">?</span>
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...";