When the browser bundle is loaded, it injects an overlay that takes over page interaction. It blocks scrolling, clicks outside the overlay, and keyboard input.
Source contains an obfuscated payload loader that reconstructs and executes hidden code.
dist/theme-bundle.chunk.7.jsView on unpkg · L1The shipped browser bundle is deliberately obfuscated and creates a full-screen, maximum-z-index overlay.
dist/theme-bundle.chunk.7.jsView on unpkg · L1When loaded in a page, it disables scrolling, body pointer events, and all keydown events, leaving the injected overlay as the usable interface.
chunk-original.jsView on unpkg · L52The manifest has no install lifecycle hook, so this behavior requires the browser bundle to be explicitly included or executed.
package.jsonView on unpkg · L4Source contains an obfuscated payload loader that reconstructs and executes hidden code.
dist/theme-bundle.chunk.7.jsView on unpkg · L1The shipped browser bundle is deliberately obfuscated and creates a full-screen, maximum-z-index overlay.
dist/theme-bundle.chunk.7.jsView on unpkg · L1When loaded in a page, it disables scrolling, body pointer events, and all keydown events, leaving the injected overlay as the usable interface.
chunk-original.jsView on unpkg · L52The manifest has no install lifecycle hook, so this behavior requires the browser bundle to be explicitly included or executed.
package.jsonView on unpkg · L4