4 lines
73 B
Plaintext
4 lines
73 B
Plaintext
(function inject(global) {
|
|
global.injectedVariable = 42;
|
|
}(window));
|