Massive Cleanup

This commit is contained in:
TheEmeraldStarr 2020-11-11 19:00:03 -08:00
parent 81a7ab1d96
commit d2547cf7b2
33 changed files with 373 additions and 5048 deletions

8
public/expr/ch.js Normal file
View 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;
};