mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-27 21:39:15 +00:00
5 lines
133 B
JavaScript
5 lines
133 B
JavaScript
// Define something in here or the script may get collected
|
|
window.addEventListener("unload", function() {
|
|
window.foo = "bar";
|
|
});
|