mirror of
https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git
synced 2025-05-14 20:30:02 -04:00
Updated Proxy Scripts + Cookie Auth
This commit is contained in:
parent
4b61e31619
commit
1aedff75f5
12 changed files with 49 additions and 9 deletions
10
public/expr/nuload.js
Normal file
10
public/expr/nuload.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
//NU Load
|
||||
function nu() {
|
||||
$('url').focus();
|
||||
}
|
||||
|
||||
function on() {
|
||||
window.onbeforeunload = function() {
|
||||
return true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue