mirror of
https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git
synced 2025-05-13 12:00:02 -04:00
Massive Cleanup
This commit is contained in:
parent
81a7ab1d96
commit
d2547cf7b2
33 changed files with 373 additions and 5048 deletions
8
public/expr/ch.js
Normal file
8
public/expr/ch.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
window.onload = function() {
|
||||
var frame = document.getElementById("frame");
|
||||
var det = document.domain;
|
||||
var domain = det.replace('www.', '').split(/[/?#]/)[0];
|
||||
frame.src = "https://c." + domain + "/app";
|
||||
document.cookie = 'oldsmobile=badcar; expires=' + (Date.now() + 259200) + '; SameSite=Lax; domain=.' + auth + '; path=/; Secure;';
|
||||
return false;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue