From dd68361474d2e13308f3ef5b5d6d5f9ac86f963b Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 27 Mar 2026 05:14:13 +0000 Subject: [PATCH] fix: move early fetch hook BEFORE async storage read The early fetch hook was still inside the async init() function, running AFTER await storage.local.get(). By the time storage responded, ChatGPT's JS had already loaded and captured the original fetch(). Moved the inline script injection to the TOP of the IIFE, before any async operations. The sequence is now: 1. [synchronous] Inject inline