math
Opening index.html dynamically loads an obfuscated remote loader; its service worker then imports a remote worker dependency. The exact endpoints are concealed in the packaged artifacts.
Package source references dynamic require/import behavior.
index.htmlView on unpkg · L1index.html dynamically imports remote loader URLs at page runtime.
index.htmlView on unpkg · L1Source contains an obfuscated payload loader that reconstructs and executes hidden code.
sw.js imports a versioned remote worker script at service-worker runtime.
sw.jsView on unpkg · L1Package source references dynamic require/import behavior.
index.htmlView on unpkg · L1index.html dynamically imports remote loader URLs at page runtime.
index.htmlView on unpkg · L1sw.js imports a versioned remote worker script at service-worker runtime.
sw.jsView on unpkg · L1Source contains an obfuscated payload loader that reconstructs and executes hidden code.
sw.jsView on unpkg · L1