mirror of
https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git
synced 2025-05-15 21:00:00 -04:00
Fixed YT Page
This commit is contained in:
parent
4624a9cdc1
commit
e0180aaa4a
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
var det = document.domain;
|
var det = document.domain;
|
||||||
var domain = det.replace('www.', '').split(/[/?#]/)[0];
|
var domain = det.replace('www.', '').split(/[/?#]/)[0];
|
||||||
const origin = btoa(yt);
|
const origin = btoa(yt);
|
||||||
window.location.replace("https://cdn." + domain + "/fetch/utils/?url=" + origin);
|
window.location.replace("https:/" + domain + "/home/utils/?url=" + origin);
|
||||||
document.cookie = '__alloy_cookie_auth=yes; expires=' + (Date.now() + 259200) + '; SameSite=Lax; domain=.' + auth + '; path=/; Secure;';
|
document.cookie = '__alloy_cookie_auth=yes; expires=' + (Date.now() + 259200) + '; SameSite=Lax; domain=.' + auth + '; path=/; Secure;';
|
||||||
}
|
}
|
||||||
// Cookie Auth
|
// Cookie Auth
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue