Updated Proxy Scripts + Cookie Auth

This commit is contained in:
TheEmeraldStarr 2020-10-04 14:50:10 -07:00
parent 4b61e31619
commit 1aedff75f5
12 changed files with 49 additions and 9 deletions

10
public/expr/nuload.js Normal file
View file

@ -0,0 +1,10 @@
//NU Load
function nu() {
$('url').focus();
}
function on() {
window.onbeforeunload = function() {
return true;
};
}