mirror of
https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git
synced 2025-05-14 12:20:02 -04:00
10 lines
138 B
JavaScript
10 lines
138 B
JavaScript
//AL Load
|
|
function al() {
|
|
$('url').focus();
|
|
}
|
|
|
|
function on() {
|
|
window.onbeforeunload = function() {
|
|
return true;
|
|
};
|
|
}
|