god I hate you rammerhead 😭

This commit is contained in:
wearrrrr 2024-02-22 23:17:47 -06:00
parent 3d8cbf3e72
commit ad0f40e638

View file

@ -41,7 +41,7 @@
// Now save it in a cookie that expires in 72 hours.
document.cookie = `rammerhead-session=${sessionID}; max-age=${60 * 60 * 72}; path=/`;
}
iframe.src = `/${getCookie("rammerhead-session")}/${url}`;
iframe.src = `https://aluu.xyz/${getCookie("rammerhead-session")}/${url}`;
} else {
// Default to UV
iframe.src = window.__uv$config.prefix + window.__uv$config.encodeUrl(url);