From fa7363bc78d1f34b4ef9e30b283d58c250ec51b4 Mon Sep 17 00:00:00 2001 From: cottongin Date: Fri, 20 Mar 2026 22:20:12 -0400 Subject: [PATCH] fix: convert ES modules to classic scripts for file:// compatibility Browsers block ES module imports over the file:// protocol due to CORS. Users opening the overlay by double-clicking the HTML file saw all JS fail to load. Replace import/export with a window.OBS global namespace and classic + + + + + +