diff --git a/index.html b/index.html
index a9be8d81..2625946e 100644
--- a/index.html
+++ b/index.html
@@ -19111,6 +19111,7 @@ if (document.referrer && document.referrer.indexOf("r74n.") === -1) {
}
function loadPlaylight() {
+ if (!isOnSite) { location.href = "https://r74n.com"; return }
if (typeof playlightSDK === "undefined") {
document.getElementById("playlightButton").value = "Loading...";
document.head.insertAdjacentHTML("beforeend",``);