I need to run my website in an authentic build of Google Chrome version 148 so I can confirm that every JavaScript feature we rely on still behaves exactly as expected. Google no longer distributes that release, so the task is to source or compile the exact 148.x build and hand me an environment where I can freely open pages, use DevTools, and watch the console for errors. Deliverables • A clean, malware-free copy of Chrome 148 (Windows 64-bit is ideal; macOS or Linux is acceptable if Windows proves impossible). • Either a straightforward installer, a portable folder, or a self-contained VM/Docker image that will not overwrite my current Chrome install. • A short, readable set of instructions showing how to start the browser, navigate to any URL, and open the console. Acceptance criteria • “About Chrome” clearly shows version 148.x. • My test URL loads and its JavaScript executes without blocking errors. Any approach is fine—Chromium snapshot, repackaged installer, or a cloud-hosted browser session—so long as I can interact directly with DevTools. A rapid turnaround (preferably within two days) would be perfect.