Update index.html

This commit is contained in:
slweeb 2025-05-25 12:08:10 -04:00
parent 6a2357b58c
commit 5434996d19
1 changed files with 1 additions and 0 deletions

View File

@ -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",`<link rel="stylesheet" href="https://sdk.playlight.dev/playlight-sdk.css">`);