math
Opening the packaged HTML dynamically imports an opaque remote loader; its service worker imports another opaque remote script. The source does not reveal the remote endpoints or payloads.
Package source references dynamic require/import behavior.
index.htmlView on unpkg · L1index.html dynamically imports code from opaque runtime sources.
index.htmlView on unpkg · L1Source contains an obfuscated payload loader that reconstructs and executes hidden code.
sw.js loads and executes an opaque remote worker script with importScripts.
sw.jsView on unpkg · L1Package source references dynamic require/import behavior.
index.htmlView on unpkg · L1index.html dynamically imports code from opaque runtime sources.
index.htmlView on unpkg · L1sw.js loads and executes an opaque remote worker script with importScripts.
sw.jsView on unpkg · L1Source contains an obfuscated payload loader that reconstructs and executes hidden code.
sw.jsView on unpkg · L1