mirror of
https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git
synced 2025-05-16 05:00:02 -04:00
Fixed bug
This commit is contained in:
parent
a5cf7170b1
commit
79ce74364f
1 changed files with 2 additions and 11 deletions
|
@ -34,17 +34,8 @@ xor = (str) => {
|
|||
|
||||
goProx = {
|
||||
corrosion: function(url, stealth) {
|
||||
<<<<<<< HEAD
|
||||
document.cookie = 'oldsmobile=badcar; expires=' + (Date.now() + 259200) + '; SameSite=Lax; domain=.' + getDomain() + '; path=/; Secure;';
|
||||
goToUrl("https://" + getDomain() + "/fetch/" + xor(url), stealth);
|
||||
=======
|
||||
document.cookie = '__cor_auth=1; expires=' + (Date.now() + 259200) + '; SameSite=Lax; domain=.' + getDomain() + '; path=/; Secure;';
|
||||
goToUrl("https://" + getDomain() + "/search/gateway?url=" + url, stealth);
|
||||
},
|
||||
alloy: function(url, stealth) {
|
||||
document.cookie = '__incog_prox=1; expires=' + (Date.now() + 259200) + '; SameSite=Lax; domain=.' + getDomain() + '; path=/; Secure;';
|
||||
goToUrl("https://cdn." + getDomain() + "/fetch/" + url, stealth);
|
||||
>>>>>>> fa9fd4bc41ab174f8cd2e113a026440b12326b40
|
||||
goToUrl("https://" + getDomain() + "/search/" + xor(url), stealth);
|
||||
},
|
||||
womginx: function(url, stealth) {
|
||||
document.cookie = 'wgauth=yes; expires=' + (Date.now() + 259200) + '; SameSite=None; domain=.' + getDomain() + '; path=/; Secure;';
|
||||
|
@ -92,4 +83,4 @@ goProx = {
|
|||
function goToChatbox(stealth) {
|
||||
document.cookie = 'oldsmobile=badcar; expires=' + (Date.now() + 259200) + '; SameSite=Lax; domain=.' + getDomain() + '; path=/; Secure;';
|
||||
goToUrl("https://c." + getDomain() + "/app", stealth);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue