Granblue fantasy (gbf) auto refresh on attack
- Added a reload mode option for the raid-entry action: choose between back & forward (default), back only, or a full reload.
- Added a "Raid entry" reload option: reloads once, immediately, the first time you join a raid (deduped per raid id), off by default.
- Restyled the popup for readability (sectioned layout, no functional changes).
- Migrated to Manifest V3 (service worker background,
chrome.alarms+ tab back/forward instead of the old blocking reload). - Fixed a race/deadlock in the farm-redirect lock (
ongoingRedirect) that could loop or get stuck. - Fixed the popup's redirect-timeout slider not restoring its saved value.
- Widened the farm-redirect URL match to catch the current
resultmulti/*result endpoint. - Tightened default delays (redirect ~200ms, jitter ~100-300ms) closer to real reaction time.
- Dropped dead
http://permissions/URLs now that the game is https-only.