mirror of
https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git
synced 2025-05-16 05:00:02 -04:00
9 lines
No EOL
124 B
JavaScript
9 lines
No EOL
124 B
JavaScript
function() {
|
|
$('url').focus();
|
|
}
|
|
|
|
function on() {
|
|
window.onbeforeunload = function() {
|
|
return true;
|
|
};
|
|
} |