Files
2026-07-13 13:23:39 +08:00

4 lines
73 B
Plaintext

(function inject(global) {
global.injectedVariable = 42;
}(window));