mirror of
https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git
synced 2025-05-14 04:20:00 -04:00
17 lines
No EOL
209 B
JavaScript
17 lines
No EOL
209 B
JavaScript
function nu() {
|
|
$('url').focus();
|
|
}
|
|
|
|
function pm() {
|
|
$('url').focus();
|
|
}
|
|
|
|
function pd() {
|
|
$('url').focus();
|
|
}
|
|
|
|
function on() {
|
|
window.onbeforeunload = function() {
|
|
return true;
|
|
};
|
|
} |