mirror of
https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git
synced 2025-05-13 12:00:02 -04:00
5 lines
No EOL
86 B
JavaScript
5 lines
No EOL
86 B
JavaScript
function on() {
|
|
window.onbeforeunload = function() {
|
|
return true;
|
|
};
|
|
} |