mirror of
https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git
synced 2025-05-16 21:10:03 -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 = {
|
goProx = {
|
||||||
corrosion: function(url, stealth) {
|
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;';
|
document.cookie = '__cor_auth=1; expires=' + (Date.now() + 259200) + '; SameSite=Lax; domain=.' + getDomain() + '; path=/; Secure;';
|
||||||
goToUrl("https://" + getDomain() + "/search/gateway?url=" + url, stealth);
|
goToUrl("https://" + getDomain() + "/search/" + xor(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
|
|
||||||
},
|
},
|
||||||
womginx: function(url, stealth) {
|
womginx: function(url, stealth) {
|
||||||
document.cookie = 'wgauth=yes; expires=' + (Date.now() + 259200) + '; SameSite=None; domain=.' + getDomain() + '; path=/; Secure;';
|
document.cookie = 'wgauth=yes; expires=' + (Date.now() + 259200) + '; SameSite=None; domain=.' + getDomain() + '; path=/; Secure;';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue