Refreshing a page that submitted a form is one of the most common sources of friction in any browser. Every reload triggers the same confirmation dialog: "To display this page, the browser must send information that will repeat any action…" — and that dialog blocks every kind of automated refresh, no matter how the extension is configured.
The Auto Refresh extension solves this with a single dedicated option: "Prevents form resubmission prompt on reload". When enabled before the timer starts, every refresh on that URL skips the confirmation dialog entirely — the page reloads silently, on schedule, every time.
What this feature does
In normal browsing, reloading a page that was reached via a form POST triggers the browser to ask whether you want to resubmit the form data. That confirmation is a safety measure — but for automatic refreshes, it is a hard stop.
With "Prevents form resubmission prompt on reload" enabled, Auto Refresh issues each reload in a way that does not trigger the dialog. The page is fetched again, the new content renders, and the countdown starts over. The behaviour is per-URL, so you can keep it on for pages that need it and off for everything else.
No interruption to the refresh cycle — without this option, a single resubmission dialog stops Auto Refresh and waits for human input. With it on, the cycle continues indefinitely.
Works in the background — the page can be in a background tab or behind other windows, and the timer keeps ticking. No dialog means no focus stealing.
Per-URL control — enable it only for the pages that need it. Other URLs in your Refresh List keep the default behaviour.
No data loss — the feature does not alter the form submission. The reloaded page is the same one the server would render in response to the original submission.
How to enable it
Open the tab whose URL you want to keep refreshing.
Click the Auto Refresh icon in the browser toolbar.
Open the Advance Options panel.
Check "Prevents form resubmission prompt on reload".
Click Save.
Start Auto Refresh on the tab — every reload will now skip the confirmation dialog.
Typical use cases
Search-result pages reached through a POST form on the search page itself.
Filtered admin views in CRM, inventory and dashboard tools that retain filter state across POST submissions.
Internal report pages where the URL is the result of a generated form submission.
Queue and ticketing tools that submit a form to assign or open a record and you want the resulting view to refresh on a schedule.
Browser notes
Enable the option before Auto Refresh starts. If the resubmission dialog is already on screen, the extension cannot dismiss it — close it manually first, enable the option, then start the timer.
Firefox shows the dialog with the prompt "To display this page, Firefox must send information that will repeat any action…". With this option enabled before the timer runs, that dialog will not reappear on subsequent auto refreshes.
Chrome shows a similar "Confirm form resubmission" prompt, handled the same way by this option.
Edge follows the same Chromium behaviour as Chrome.
Pairs well with
Hard Refresh — for fully cache-bypassed reloads on form-result pages.
Stop refreshing if click anywhere on the page — for forms you also fill in manually, so the timer pauses while you are working.
Detect Keyword — alert or click when the form-result page shows a specific value, for example a status change or stock availability.
"Prevents form resubmission prompt on reload" is a small option in the Advance Options panel, but it unlocks a large category of pages that were previously impossible to auto-refresh. Turn it on once for the URL that needs it, click Save, and the dialog is gone for good.