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