qol: ARC script injection now tracks previously delivered script hashes using an LRU-style cookie (capped at 64 entries). When a known hash is detected, the corresponding inline script is skipped to reduce client payload size. This list is automatically reset on full-page navigations.
qol: ARC self-removal is now deferred via setTimeout to avoid breaking hydration in Safari Mobile and other browsers with strict script execution timing.