Fixed bug

This commit is contained in:
Ryan Wilson 2021-08-05 01:05:15 -04:00 committed by GitHub
parent a5cf7170b1
commit 79ce74364f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
}
}