This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Sam
samuelmaddock.com
did:plc:la24z5ivym7ztiyfxomuyc4e
Sometimes I need to reverse engineer websites for @getmetastream.com
My starting point is logging Object.keys(globalThis). Since JS objects retain the order that keys are set, the end of this list are the global variables set by the website.
Helps with finding any initialized video players.
2025-04-22T04:59:59.078Z